summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-11-02 15:09:22 +0100
committerWolfgang Denk <wd@denx.de>2007-11-02 15:09:22 +0100
commite60adeac2d8fa30258e1706bb342a3363526e8d7 (patch)
tree4be3ed35fbd50b56ac0cebecac2899d6527edbf0 /Makefile
parentd78791ae914d4e7c5edca1cdad73b3dc81a4eb82 (diff)
parentf0516920f6e048425b005c049378e80d600bd268 (diff)
downloadu-boot-imx-e60adeac2d8fa30258e1706bb342a3363526e8d7.zip
u-boot-imx-e60adeac2d8fa30258e1706bb342a3363526e8d7.tar.gz
u-boot-imx-e60adeac2d8fa30258e1706bb342a3363526e8d7.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5643aa9..c0821d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1733,9 +1733,13 @@ M54455EVB_i66_config : unconfig
>include/config.h ; \
if [ "$${FLASH}" == "INTEL" ] ; then \
echo "#undef CFG_ATMEL_BOOT" >> $(obj)include/config.h ; \
+ echo "TEXT_BASE = 0x00000000" > $(obj)board/freescale/m54455evb/config.tmp ; \
+ cp $(obj)board/freescale/m54455evb/u-boot.int $(obj)board/freescale/m54455evb/u-boot.lds ; \
echo "... with INTEL boot..." ; \
else \
echo "#define CFG_ATMEL_BOOT" >> $(obj)include/config.h ; \
+ echo "TEXT_BASE = 0x04000000" > $(obj)board/freescale/m54455evb/config.tmp ; \
+ cp $(obj)board/freescale/m54455evb/u-boot.atm $(obj)board/freescale/m54455evb/u-boot.lds ; \
echo "... with ATMEL boot..." ; \
fi; \
echo "#define CFG_INPUT_CLKSRC $${FREQ}" >> $(obj)include/config.h ; \