mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
11b162bae0
All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch below avoids the duplication of u-boot.lds by putting the file in the cpu directory instead of the board one. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3 lines
150 B
Makefile
3 lines
150 B
Makefile
PLATFORM_CPPFLAGS += -march=armv5te
|
|
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|
|
LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91sam9/u-boot.lds
|