From: Tom Rini Date: Wed, 11 Mar 2020 22:11:14 +0000 (-0400) Subject: mach-davinci: Hard-code the default SPL_LDSCRIPT path X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=2c59412a9f230d5a6020f72edcc2c6ac772ebbb8;p=u-boot.git mach-davinci: Hard-code the default SPL_LDSCRIPT path As there is only one linker script to use in this case, rather than use the BOARDDIR variable hard-code the path. Cc: Lokesh Vutla Suggested-by: Masahiro Yamada Signed-off-by: Tom Rini Reviewed-by: Lokesh Vutla Reviewed-by: Masahiro Yamada --- diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 8a81c07881..6eca8db6d5 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -135,6 +135,6 @@ source "board/davinci/da8xxevm/Kconfig" source "board/lego/ev3/Kconfig" config SPL_LDSCRIPT - default "board/$(BOARDDIR)/u-boot-spl-da850evm.lds" + default "board/davinci/da8xxevm/u-boot-spl-da850evm.lds" endif