commit | ee66df1425791fe65ccb7b9bfcfd92f3587a0f1d | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Sat Dec 26 01:09:01 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 08 08:41:55 2021 -0500 |
tree | fd8f32aac68356418f85dd11b9a5756df2d96c65 | |
parent | a062d8e610bf71525f4243638f1864e8d1309adb [diff] |
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>