On Thu, Mar 12, 2020 at 7:12 AM Tom Rini <tr...@konsulko.com> wrote: > > 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 <lokeshvu...@ti.com> > Suggested-by: Masahiro Yamada <masahi...@kernel.org> > Signed-off-by: Tom Rini <tr...@konsulko.com> > ---
Reviewed-by: Masahiro Yamada <masahi...@kernel.org> > Changes in v2. > - New patch > --- > arch/arm/mach-davinci/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig > index 8a81c078811d..6eca8db6d5ff 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 > -- > 2.17.1 > -- Best Regards Masahiro Yamada