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 /arm_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 'arm_config.mk')
-rw-r--r-- | arm_config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_config.mk b/arm_config.mk index 73d9625..c4cf99d 100644 --- a/arm_config.mk +++ b/arm_config.mk @@ -22,3 +22,5 @@ # PLATFORM_CPPFLAGS += -DCONFIG_ARM -D__ARM__ + +LDSCRIPT := $(SRCTREE)/cpu/$(CPU)/u-boot.lds |