aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-08 08:24:37 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commit5858b90f506e1d3b03afd9dc5f6a5835c2d81675 (patch)
tree6830814c11e850bc0c9f4d119427f984ac9865ee /arch/arm/mach-exynos
parent49958813e2bfa869494ab49ac10523023a333911 (diff)
downloadu-boot-5858b90f506e1d3b03afd9dc5f6a5835c2d81675.zip
u-boot-5858b90f506e1d3b03afd9dc5f6a5835c2d81675.tar.gz
u-boot-5858b90f506e1d3b03afd9dc5f6a5835c2d81675.tar.bz2
spl: Move SPL_LDSCRIPT defaults to one place
We want to keep all of the default values for SPL_LDSCRIPT in the same place both for overall clarity as well as not polluting unrelated config files. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index f73dbbb..77fb9d1 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -201,7 +201,4 @@ source "board/samsung/smdk5420/Kconfig"
source "board/samsung/espresso7420/Kconfig"
source "board/samsung/axy17lte/Kconfig"
-config SPL_LDSCRIPT
- default "board/samsung/common/exynos-uboot-spl.lds" if ARCH_EXYNOS5 || ARCH_EXYNOS4
-
endif