aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-15 10:54:41 -0400
committerStefan Roese <sr@denx.de>2021-10-21 07:39:05 +0200
commit7609e02a25c4d5347146912380cf287a1dd5b300 (patch)
treea9b5d1f605a928529e803186ea5c3a81e7093086 /arch
parentaaddce0d35f5ec3f9dc021401c56081a3bd05ebd (diff)
downloadu-boot-7609e02a25c4d5347146912380cf287a1dd5b300.zip
u-boot-7609e02a25c4d5347146912380cf287a1dd5b300.tar.gz
u-boot-7609e02a25c4d5347146912380cf287a1dd5b300.tar.bz2
arm: mvebu: Add missing "if SPL"
We can only select SPL_SKIP_LOWLEVEL_INIT if SPL is enabled, otherwise we get a warning about unmet dependencies on platforms that don't use SPL. Fixes: cf47a8cf8f7e ("arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT") Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index c66dab6..d23cc0c 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -11,7 +11,7 @@ config ARMADA_32BIT
select SPL_DM if SPL
select SPL_DM_SEQ_ALIAS if SPL
select SPL_OF_CONTROL if SPL
- select SPL_SKIP_LOWLEVEL_INIT
+ select SPL_SKIP_LOWLEVEL_INIT if SPL
select SPL_SIMPLE_BUS if SPL
select SUPPORT_SPL
select TRANSLATION_OFFSET