diff options
| author | Tom Rini <[email protected]> | 2020-03-11 18:11:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-03-16 18:54:18 -0400 |
| commit | 2c59412a9f230d5a6020f72edcc2c6ac772ebbb8 (patch) | |
| tree | 9041ed7a8226efbed72f3f0aba1a6150119f81dd | |
| parent | 38fec8de5f4bf04f0824fda99ac482c0e64157c4 (diff) | |
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 <[email protected]>
Suggested-by: Masahiro Yamada <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
| -rw-r--r-- | arch/arm/mach-davinci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 8a81c078811..6eca8db6d5f 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 |
