diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-08-04 14:12:26 +0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-08-13 17:15:08 +0200 |
commit | e8f9ad94bf1e03ee9df6dec112a2009d3a442206 (patch) | |
tree | 6e1b17149e23f2d54b4957b83df4baa3bce2f7ce /configs | |
parent | 0ee89f2daf94454bb8237bbfbdb6b0d8eed84481 (diff) | |
download | u-boot-e8f9ad94bf1e03ee9df6dec112a2009d3a442206.tar.gz u-boot-e8f9ad94bf1e03ee9df6dec112a2009d3a442206.tar.bz2 u-boot-e8f9ad94bf1e03ee9df6dec112a2009d3a442206.zip |
rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/lion-rk3368_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig index f37bac188b..407bd440ff 100644 --- a/configs/lion-rk3368_defconfig +++ b/configs/lion-rk3368_defconfig @@ -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 |