all arm boards except a few use the same cpu linker script so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4 lines
76 B
Makefile
4 lines
76 B
Makefile
TEXT_BASE = 0x87f00000
|
|
|
|
LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds
|