mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
10a451cd57
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>
1 line
57 B
Makefile
1 line
57 B
Makefile
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|