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 /include | |
parent | 515bf78ff975d474f895bf86b4e16eade51c8dbd (diff) | |
download | u-boot-b8260c17150d77f8d87a25132314fcf713896bf3.tar.gz u-boot-b8260c17150d77f8d87a25132314fcf713896bf3.tar.bz2 u-boot-b8260c17150d77f8d87a25132314fcf713896bf3.zip |
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 'include')
-rw-r--r-- | include/configs/s5p4418_nanopi2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h index f49f5faa7f..d22a84a503 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 |