aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2020-12-26 01:09:01 +0100
committerTom Rini <trini@konsulko.com>2021-01-08 08:41:55 -0500
commitee66df1425791fe65ccb7b9bfcfd92f3587a0f1d (patch)
treefd8f32aac68356418f85dd11b9a5756df2d96c65 /include
parenta062d8e610bf71525f4243638f1864e8d1309adb (diff)
downloadu-boot-ee66df1425791fe65ccb7b9bfcfd92f3587a0f1d.zip
u-boot-ee66df1425791fe65ccb7b9bfcfd92f3587a0f1d.tar.gz
u-boot-ee66df1425791fe65ccb7b9bfcfd92f3587a0f1d.tar.bz2
xea: config: Use CONFIG_PREBOOT from Kconfig
The usage of the preboot feature is now controlled via a separate Kconfig option - namely CONFIG_USE_PREBOOT. It must be enabled for preboot code executing commands now defined in CONFIG_PREBOOT (also moved to the Kconfig). After defining both CONFIG_USE_PREBOOT and CONFIG_PREBOOT in imx28_xea_defconfig the define of CONFIG_PREBOOT shall be removed from xea.h as it is redundant. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xea.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xea.h b/include/configs/xea.h
index df05819..1207f75 100644
--- a/include/configs/xea.h
+++ b/include/configs/xea.h
@@ -47,7 +47,6 @@
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
/* Extra Environment */
-#define CONFIG_PREBOOT "run prebootcmd"
#define CONFIG_HOSTNAME "xea"
#define CONFIG_EXTRA_ENV_SETTINGS \