commit | 067b9ffac74f50c2f930eae0bcfb54667e3f9184 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 11 18:11:11 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 16 16:42:50 2020 -0400 |
tree | 31366098f2454557f1ec45107453b90591ec41fe | |
parent | a96c20a99a8def781e3333154840390b0ddf0e23 [diff] |
spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries The default SPL / TPL linker script is in the $(ARCH) directory. The way we use this today works but isn't ideal. With an update to Kconfig to re-sync with the Linux Kernel, we need to escape the '$' here so that it will end up being evaluated by make. Cc: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>