summaryrefslogtreecommitdiff
path: root/include/configs/exynos4-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-11 00:34:22 +0300
committerTom Rini <trini@konsulko.com>2021-08-30 21:10:05 +0300
commitc86320418302a6bee7f737fba8a1e9222737de6f (patch)
tree67af8d6a58dac6106c850b6174d8ad2113ab47f3 /include/configs/exynos4-common.h
parent90e5e78b1d8974da1d931ab32711968097ae02ee (diff)
downloadu-boot-c86320418302a6bee7f737fba8a1e9222737de6f.tar.xz
exynos: Update environment macros a bit
Rework the default environment a bit to not use non-standard CONFIG_ENV_... names and similar one-off CONFIG names. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/configs/exynos4-common.h')
-rw-r--r--include/configs/exynos4-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos4-common.h b/include/configs/exynos4-common.h
index 5e2aca371e..2ca14d0b86 100644
--- a/include/configs/exynos4-common.h
+++ b/include/configs/exynos4-common.h
@@ -32,7 +32,7 @@
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
/* Common environment variables */
-#define CONFIG_EXTRA_ENV_ITB \
+#define ENV_ITB \
"loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \
"${kernelname}\0" \
"loadinitrd=load mmc ${mmcbootdev}:${mmcbootpart} ${initrdaddr} " \