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/arm_cortexa8 | |
| parent | 9475c63c7855edd863c93a9bb0f4b8e240d9d212 (diff) | |
| download | olio-uboot-2014.01-10a451cd57cffbca875c97bbd8929059c5627ec6.tar.xz olio-uboot-2014.01-10a451cd57cffbca875c97bbd8929059c5627ec6.zip | |
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/arm_cortexa8')
| -rw-r--r-- | cpu/arm_cortexa8/omap3/config.mk | 2 | ||||
| -rw-r--r-- | cpu/arm_cortexa8/u-boot.lds (renamed from cpu/arm_cortexa8/omap3/u-boot.lds) | 0 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/cpu/arm_cortexa8/omap3/config.mk b/cpu/arm_cortexa8/omap3/config.mk index 9b028d87e..5fbec7a1b 100644 --- a/cpu/arm_cortexa8/omap3/config.mk +++ b/cpu/arm_cortexa8/omap3/config.mk @@ -34,5 +34,3 @@ PLATFORM_CPPFLAGS +=$(call cc-option)  PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)  PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,\  		    $(call cc-option,-malignment-traps,)) - -LDSCRIPT := $(SRCTREE)/cpu/arm_cortexa8/omap3/u-boot.lds diff --git a/cpu/arm_cortexa8/omap3/u-boot.lds b/cpu/arm_cortexa8/u-boot.lds index 4f1711cca..4f1711cca 100644 --- a/cpu/arm_cortexa8/omap3/u-boot.lds +++ b/cpu/arm_cortexa8/u-boot.lds |