commit | 7bfda5a66f463012ff8c319e9bac28c0b417ee01 | [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 | 0b61ace54194944c22bb71ca770956aba3855c23 [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>