u-boot-brain/cpu/arm926ejs/at91/config.mk
Jean-Christophe PLAGNIOL-VILLARD 10a451cd57 arm: unify linker script
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>
2009-06-12 20:39:52 +02:00

2 lines
57 B
Makefile

PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)