env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Rename this function for consistency with env_get().Signed-off-by: Simon Glass <sjg@chromium.org>
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Rename this function for consistency with env_set().Signed-off-by: Simon Glass <sjg@chromium.org>
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
odroid-c2: Populate serial# environment variable from efuse
dm: Use dm.h header when driver mode is usedThis header includes things that are needed to make driver build. Adjustexisting users to include that always, even if other dm/ includes arepresentS
dm: Use dm.h header when driver mode is usedThis header includes things that are needed to make driver build. Adjustexisting users to include that always, even if other dm/ includes arepresentSigned-off-by: Simon Glass <sjg@chromium.org>
odroid-c2: README: MMC is supportedMention eMMC and microSD as supported devices.They have been enabled with patchd0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19odroid-c2: enable new Meson GX MMC driv
odroid-c2: README: MMC is supportedMention eMMC and microSD as supported devices.They have been enabled with patchd0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19odroid-c2: enable new Meson GX MMC driver in board defconfigwhich was accepted for u-boot-mmc.git.Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
meson: odroid-c2: enable Ethernet support through the device treeRemove the device definition from board file, update the driver withthe new compatible property and update config with necessary op
meson: odroid-c2: enable Ethernet support through the device treeRemove the device definition from board file, update the driver withthe new compatible property and update config with necessary options.Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>
board: amlogic: Rename folder for Amlogic boardss/hardkernel/amlogic/ to have a single place for all the amlogic-basedboards.Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Carlo Caio
board: amlogic: Rename folder for Amlogic boardss/hardkernel/amlogic/ to have a single place for all the amlogic-basedboards.Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Carlo Caione <carlo@endlessm.com>Acked-by: Beniamino Galvani <b.galvani@gmail.com>