mach-davinci: Hard-code the default SPL_LDSCRIPT path
authorTom Rini <trini@konsulko.com>
Wed, 11 Mar 2020 22:11:14 +0000 (18:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2020 22:54:18 +0000 (18:54 -0400)
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 <lokeshvutla@ti.com>
Suggested-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
arch/arm/mach-davinci/Kconfig

index 8a81c078811d4eb4dc00090f92b443b8a92a4ea8..6eca8db6d5ff5c65a61c64f8b56b9dde290ad6e9 100644 (file)
@@ -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