
On 8/28/21 03:18, Tom Rini wrote:
This converts the following to Kconfig: CONFIG_SKIP_LOWLEVEL_INIT CONFIG_SKIP_LOWLEVEL_INIT_ONLY
In order to do this, we need to introduce SPL and TPL variants of these options so that we can clearly disable these options only in SPL in some cases, and both instances in other cases.
Signed-off-by: Tom Rini trini@konsulko.com
Since this patch series 'make menuconfig' does not look good anymore:
*** Compiler: gcc (Ubuntu 11.2.0-18ubuntu1) 11.2.0 *** Architecture select (ARM architecture) ---> [ ] Skip the calls to certain low level initialization functions [ ] Skip the calls to certain low level initialization functions [ ] Skip the calls to certain low level initialization functions [ ] Skip the call to lowlevel_init during early boot ONLY [ ] Skip the call to lowlevel_init during early boot ONLY ARM architecture ---> General setup --->
Who would be able to understand three entries with the same short text?
Why wouldn't these entries live in "General setup" or some other sub-menu?
(Seen with Bananapro_defconfig)
Best regards
Heinrich