Re: [PATCH 01/20] Convert CONFIG_ARCH_CPU_INIT to Kconfig

2021-11-12 Thread Tom Rini
On Sun, Nov 07, 2021 at 10:59:32PM -0500, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_ARCH_CPU_INIT > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 01/20] Convert CONFIG_ARCH_CPU_INIT to Kconfig

2021-11-07 Thread Tom Rini
This converts the following to Kconfig: CONFIG_ARCH_CPU_INIT Signed-off-by: Tom Rini --- configs/s5p4418_nanopi2_defconfig | 1 + include/configs/s5p4418_nanopi2.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_