Re: [PATCH v1 2/3] xea: config: Use CONFIG_PREBOOT from Kconfig

2021-01-08 Thread Tom Rini
On Sat, Dec 26, 2020 at 01:09:01AM +0100, Lukasz Majewski wrote: > 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).

Re: [PATCH v1 2/3] xea: config: Use CONFIG_PREBOOT from Kconfig

2021-01-08 Thread Tom Rini
On Sat, Dec 26, 2020 at 01:09:01AM +0100, Lukasz Majewski wrote: > 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).

[PATCH v1 2/3] xea: config: Use CONFIG_PREBOOT from Kconfig

2020-12-25 Thread Lukasz Majewski
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