diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-08 20:24:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:52 +0200 |
commit | 10a451cd57cffbca875c97bbd8929059c5627ec6 (patch) | |
tree | 0d1fb208b102fdd554aa55fb28379705e82df730 /cpu/arm926ejs/davinci/config.mk | |
parent | 9475c63c7855edd863c93a9bb0f4b8e240d9d212 (diff) | |
download | u-boot-imx-10a451cd57cffbca875c97bbd8929059c5627ec6.zip u-boot-imx-10a451cd57cffbca875c97bbd8929059c5627ec6.tar.gz u-boot-imx-10a451cd57cffbca875c97bbd8929059c5627ec6.tar.bz2 |
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/davinci/config.mk')
-rw-r--r-- | cpu/arm926ejs/davinci/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm926ejs/davinci/config.mk b/cpu/arm926ejs/davinci/config.mk index 5221444..a57d03a 100644 --- a/cpu/arm926ejs/davinci/config.mk +++ b/cpu/arm926ejs/davinci/config.mk @@ -33,5 +33,3 @@ PLATFORM_CPPFLAGS += -march=armv5te PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) - -LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/davinci/u-boot.lds |