summaryrefslogtreecommitdiff
path: root/configs/edminiv2_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-03-12 01:11:13 +0300
committerTom Rini <trini@konsulko.com>2020-03-17 01:54:18 +0300
commit38fec8de5f4bf04f0824fda99ac482c0e64157c4 (patch)
treed4cc82c818cc8aa16b7ea05a2815c09228420849 /configs/edminiv2_defconfig
parent23830e98f5ad74343fc6c6182cd8d99507ab4e36 (diff)
downloadu-boot-38fec8de5f4bf04f0824fda99ac482c0e64157c4.tar.xz
edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfig
As there is only one machine under mach-orion5x, having a Kconfig entry for SPL_LDSCRIPT is not helpful, move this to the defconfig file. Suggested-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'configs/edminiv2_defconfig')
-rw-r--r--configs/edminiv2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/edminiv2_defconfig b/configs/edminiv2_defconfig
index 2bbd6a783b..b9a68a9263 100644
--- a/configs/edminiv2_defconfig
+++ b/configs/edminiv2_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_CPU_INIT=y
CONFIG_ORION5X=y
+CONFIG_SPL_LDSCRIPT="arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds"
CONFIG_SYS_TEXT_BASE=0x00800000
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y