summaryrefslogtreecommitdiff
path: root/configs/licheepi_nano_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-10-05 23:19:28 +0100
committerAndre Przywara <andre.przywara@arm.com>2022-10-19 14:15:02 +0100
commitb87fb196688b055383e3a44c40d87afe5c395a09 (patch)
tree526db6cf17e4ebe54c46a33fd7642d8004c3d130 /configs/licheepi_nano_defconfig
parentc8b9ba4bb29297ab90bd064281fa426eba1c0d47 (diff)
suniv: move SKIP_LOWLEVEL_INIT_ONLY into Kconfig
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>
Diffstat (limited to 'configs/licheepi_nano_defconfig')
-rw-r--r--configs/licheepi_nano_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
index 92c04bdae35..12a43c1ec10 100644
--- a/configs/licheepi_nano_defconfig
+++ b/configs/licheepi_nano_defconfig
@@ -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