]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 4 Aug 2017 12:12:26 +0000 (14:12 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:15:08 +0000 (17:15 +0200)
With the new way of doing things (i.e. the hierarchical selection of
SPL_LDSCRIPT via Kconfig) in place, this moves the SPL_LDSCRIPT setting
for the RK3368 from defconfig back into Kconfig.

With this done, there should be no lingering cases of SPL_LDSCRIPT
outside of Kconfig files.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3368/Kconfig
configs/lion-rk3368_defconfig

index f8189f1468786fd71279cc1a3463f69e9428381e..7c9b722b002309fd82a77c0a80197492f871ebdd 100644 (file)
@@ -50,4 +50,7 @@ source "board/rockchip/sheep_rk3368/Kconfig"
 source "board/geekbuying/geekbox/Kconfig"
 source "board/rockchip/evb_px5/Kconfig"
 
+config SPL_LDSCRIPT
+       default "arch/arm/cpu/armv8/u-boot-spl.lds"
+
 endif
index f37bac188b56486f7c3cae85f37787a30fd1701a..407bd440ffeb49fc3865502f98bb25e5d7cfbe1b 100644 (file)
@@ -22,7 +22,6 @@ CONFIG_ENV_IS_IN_MMC=y
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_ARCH_EARLY_INIT_R=y
 CONFIG_SPL=y
-CONFIG_SPL_LDSCRIPT="arch/arm/cpu/armv8/u-boot-spl.lds"
 CONFIG_SPL_BOOTROM_SUPPORT=y
 # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
 # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set