[U-Boot] [PATCH] 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 aford173@gmail.com
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

pt., 31 maj 2019 o 01:04 Adam Ford aford173@gmail.com napisał(a):
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
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
2.17.1
Reviewed-by: Bartosz Golaszewski bgolaszewski@baylibre.com

On Thu, May 30, 2019 at 06:04:44PM -0500, Adam Ford wrote:
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
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 61e84e5129..adc50922c8 100644
Applied to u-boot/master, thanks!
participants (3)
-
Adam Ford
-
Bartosz Golaszewski
-
Tom Rini