summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-02-15 22:36:55 -0500
committerTom Rini <[email protected]>2023-03-02 15:32:25 -0500
commitf4ee45e2a0aa5e6bbd7ce17db3a1b0775d72077a (patch)
treeb69f5f21bfc7cad7ad97255babea78ec05f2adc2 /configs
parent1df23b405af37562fa3e810e51ee61db6bd2422d (diff)
s5p: Remove empty arch_misc_init
We don't need to provide an empty arch_misc_init function here, we can just not enable the hook. Cc: Stefan Bosch <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/s5p4418_nanopi2_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_defconfig
index 12688e16670..5356161ff0d 100644
--- a/configs/s5p4418_nanopi2_defconfig
+++ b/configs/s5p4418_nanopi2_defconfig
@@ -29,7 +29,6 @@ CONFIG_FIT_BEST_MATCH=y
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_BOOTDELAY=1
-CONFIG_ARCH_MISC_INIT=y
CONFIG_BOARD_LATE_INIT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PBSIZE=1050