Re: [U-Boot] [PATCH 042/126] arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 11:18 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present this is defined in Kconfig but there is a separate one in the > > CONFIG whitelist. It looks like these are duplicates. > > > > Rename the non-Kconfig one and remove it from

Re: [U-Boot] [PATCH 042/126] arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present this is defined in Kconfig but there is a separate one in the > CONFIG whitelist. It looks like these are duplicates. > > Rename the non-Kconfig one and remove it from the whitelist. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH 042/126] arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option

2019-09-25 Thread Simon Glass
At present this is defined in Kconfig but there is a separate one in the CONFIG whitelist. It looks like these are duplicates. Rename the non-Kconfig one and remove it from the whitelist. Signed-off-by: Simon Glass --- arch/arm/cpu/arm926ejs/Makefile | 2 +- include/configs/mxs.h |