From: Adam Ford Date: Thu, 30 May 2019 23:04:44 +0000 (-0500) Subject: ARM: davinci: Remove ipam390 linker script from Kconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4d070fb5a8ce472c1465db9ccb59c93a76a72d0;p=project%2Fbcm63xx%2Fu-boot.git ARM: davinci: Remove ipam390 linker script from Kconfig With ipam390 support removed in we can remove the reference to the linker script since that case will never be true. Signed-off-by: Adam Ford Reviewed-by: Bartosz Golaszewski --- diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 61e84e5129..adc50922c8 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -134,7 +134,6 @@ source "board/davinci/da8xxevm/Kconfig" source "board/lego/ev3/Kconfig" config SPL_LDSCRIPT - default "board/$(BOARDDIR)/u-boot-spl-ipam390.lds" if TARGET_IPAM390 default "board/$(BOARDDIR)/u-boot-spl-da850evm.lds" endif