]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
suniv: move SKIP_LOWLEVEL_INIT_ONLY into Kconfig
authorAndre Przywara <andre.przywara@arm.com>
Wed, 5 Oct 2022 22:19:28 +0000 (23:19 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 19 Oct 2022 13:15:02 +0000 (14:15 +0100)
So far we stated the lack of a lowlevel() init function for the
Allwinner F1C100s board by defining the respective SKIP_* symbol in the
board's defconfig. However we don't expect any *board* to employ such
low level code, so expect this to be never used for the ARMv5 Allwinner
SoCs.

Select the appropriate symbols in the Kconfig, so that we can remove
them from the defconfig, and avoid putting them in future defconfigs for
other boards.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/mach-sunxi/Kconfig
configs/licheepi_nano_defconfig

index 9aa66deb9fd9f6db0ab4e258c22eedebbd85005b..fc5d8bb3c19b55251b438f84aaf2d595da9a5fbe 100644 (file)
@@ -185,6 +185,8 @@ config MACH_SUNIV
        select CPU_ARM926EJS
        select SUNXI_GEN_SUN6I
        select SUPPORT_SPL
+       select SKIP_LOWLEVEL_INIT_ONLY
+       select SPL_SKIP_LOWLEVEL_INIT_ONLY
 
 config MACH_SUN4I
        bool "sun4i (Allwinner A10)"
index 92c04bdae3524ab897bbaa85fffd9dad9b6cb482..12a43c1ec10ae1a6d84dd699fa1a82c2a134ad78 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG_ARM=y
-CONFIG_SKIP_LOWLEVEL_INIT_ONLY=y
-CONFIG_SPL_SKIP_LOWLEVEL_INIT_ONLY=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano"
 CONFIG_SPL=y