configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT
authorTom Rini <trini@konsulko.com>
Wed, 11 Mar 2020 22:11:18 +0000 (18:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2020 22:54:18 +0000 (18:54 -0400)
commit33b40389ea4a3c19a00ff63dafa3ba61d18ef0d9
tree8f69c23d27d458081fd3e3dc9d244cd92ad05c96
parent5972ff077e0f6db36f327f303b0c381f56238ef3
configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT

In a few boards we had overridden, intentionally, the value used for
CONFIG_SPL_LDSCRIPT.  However, rather than using the ARCH value (arm)
they used the $(ARCH) variable in make.  This doesn't help really, so
switch to a hard-coded value.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/axm_defconfig
configs/brppt2_defconfig
configs/taurus_defconfig