ARM: davinci: Remove ipam390 linker script from Kconfig
authorAdam Ford <aford173@gmail.com>
Thu, 30 May 2019 23:04:44 +0000 (18:04 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 5 Jun 2019 16:14:02 +0000 (12:14 -0400)
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 <aford173@gmail.com>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
arch/arm/mach-davinci/Kconfig

index 61e84e5..adc5092 100644 (file)
@@ -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