diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:16 -0500 |
commit | b8260c17150d77f8d87a25132314fcf713896bf3 (patch) | |
tree | 3374255c5a1e59bdaaecf2296166602f07b3d36a /configs/s5p4418_nanopi2_defconfig | |
parent | 515bf78ff975d474f895bf86b4e16eade51c8dbd (diff) | |
download | u-boot-b8260c17150d77f8d87a25132314fcf713896bf3.tar.gz |
Convert CONFIG_ARCH_CPU_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_ARCH_CPU_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/s5p4418_nanopi2_defconfig')
-rw-r--r-- | configs/s5p4418_nanopi2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_defconfig index 06017437cc..eaf319e58a 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 |