summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91/config.mk
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-08 20:24:12 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:52 +0200
commit10a451cd57cffbca875c97bbd8929059c5627ec6 (patch)
tree0d1fb208b102fdd554aa55fb28379705e82df730 /cpu/arm926ejs/at91/config.mk
parent9475c63c7855edd863c93a9bb0f4b8e240d9d212 (diff)
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>
Diffstat (limited to 'cpu/arm926ejs/at91/config.mk')
-rw-r--r--cpu/arm926ejs/at91/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/config.mk b/cpu/arm926ejs/at91/config.mk
index 06177e6c39..19296fdba2 100644
--- a/cpu/arm926ejs/at91/config.mk
+++ b/cpu/arm926ejs/at91/config.mk
@@ -1,2 +1 @@
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
-LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds