[PATCH 01/20] Convert CONFIG_ARCH_CPU_INIT to Kconfig
Tom Rini
trini at konsulko.com
Mon Nov 8 04:59:32 CET 2021
This converts the following to Kconfig:
CONFIG_ARCH_CPU_INIT
Signed-off-by: Tom Rini <trini at konsulko.com>
---
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_defconfig
index 06017437cccf..eaf319e58a2a 100644
--- a/configs/s5p4418_nanopi2_defconfig
+++ b/configs/s5p4418_nanopi2_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_SYS_DCACHE_OFF=y
+CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_NEXELL=y
CONFIG_SYS_TEXT_BASE=0x74C00000
CONFIG_SYS_MALLOC_LEN=0x2000000
diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h
index f49f5faa7f12..d22a84a50352 100644
--- a/include/configs/s5p4418_nanopi2.h
+++ b/include/configs/s5p4418_nanopi2.h
@@ -77,7 +77,6 @@
* System initialize options (board_init_f)
*/
/* board_init_f->init_sequence, call arch_cpu_init */
-#define CONFIG_ARCH_CPU_INIT
/*-----------------------------------------------------------------------
* Miscellaneous configurable options
--
2.25.1
More information about the U-Boot
mailing list