From 23830e98f5ad74343fc6c6182cd8d99507ab4e36 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 24 Feb 2020 13:05:36 -0500 Subject: 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 Signed-off-by: Tom Rini Reviewed-by: Magnus Lilja --- configs/mx31pdk_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx31pdk_defconfig') diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig index ac1dac0005..595a1be237 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 -- cgit v1.2.1