aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-24 13:05:36 -0500
committerTom Rini <trini@konsulko.com>2020-03-16 18:54:18 -0400
commit23830e98f5ad74343fc6c6182cd8d99507ab4e36 (patch)
treeac8bd7c1ef2140bbdea77b1fdb18de24231e39f0 /configs
parentd91cf006ee42c914573faeff3ca5a5a64ea71d8f (diff)
downloadu-boot-23830e98f5ad74343fc6c6182cd8d99507ab4e36.zip
u-boot-23830e98f5ad74343fc6c6182cd8d99507ab4e36.tar.gz
u-boot-23830e98f5ad74343fc6c6182cd8d99507ab4e36.tar.bz2
mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfig
As there is only one mx31pdk config file and with upcoming updates to the Kconfig parsing logic, rather than have an entry in board/freescale/mx31pdk/Kconfig, move this single setting to the defconfig file. Cc: Magnus Lilja <lilja.magnus@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx31pdk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig
index ac1dac0..595a1be 100644
--- a/configs/mx31pdk_defconfig
+++ b/configs/mx31pdk_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
# CONFIG_SPL_USE_ARCH_MEMCPY is not set
# CONFIG_SPL_USE_ARCH_MEMSET is not set
CONFIG_ARCH_MX31=y
+CONFIG_SPL_LDSCRIPT="arch/arm/cpu/u-boot-spl.lds"
CONFIG_SYS_TEXT_BASE=0x87e00000
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_TARGET_MX31PDK=y