arm: mvebu: Add missing "if SPL"
authorTom Rini <trini@konsulko.com>
Fri, 15 Oct 2021 14:54:41 +0000 (10:54 -0400)
committerStefan Roese <sr@denx.de>
Thu, 21 Oct 2021 05:39:05 +0000 (07:39 +0200)
commit7609e02a25c4d5347146912380cf287a1dd5b300
treea9b5d1f605a928529e803186ea5c3a81e7093086
parentaaddce0d35f5ec3f9dc021401c56081a3bd05ebd
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>
arch/arm/mach-mvebu/Kconfig