summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Sparks <SSparks@twacs.com>2007-09-14 11:14:42 -0600
committerKim Phillips <kim.phillips@freescale.com>2007-09-14 16:33:56 -0500
commitd7fee32b7e61fe11c64e371cde79faa4768e8350 (patch)
tree32ffe64aa38335750584bdeeb2ec3566e27b321f
parent6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c (diff)
downloadu-boot-imx-d7fee32b7e61fe11c64e371cde79faa4768e8350.zip
u-boot-imx-d7fee32b7e61fe11c64e371cde79faa4768e8350.tar.gz
u-boot-imx-d7fee32b7e61fe11c64e371cde79faa4768e8350.tar.bz2
Update MPC8349ITX*_config to place config.tmp in right place.
MPC834ITX*_config does not store config.tmp at the correct locatation, causing MPC8349ITXGP to have the wrong TEXT_BASE. Signed-off-by: Sam Sparks <SSparks@twacs.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c1c6446..85885b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1794,13 +1794,13 @@ MPC8349ITX_config \
MPC8349ITX_LOWBOOT_config \
MPC8349ITXGP_config: unconfig
@mkdir -p $(obj)include
- @mkdir -p $(obj)board/mpc8349itx
+ @mkdir -p $(obj)board/freescale/mpc8349itx
@echo "#define CONFIG_$(subst _LOWBOOT,,$(@:_config=))" >> $(obj)include/config.h
@if [ "$(findstring GP,$@)" ] ; then \
- echo "TEXT_BASE = 0xFE000000" >$(obj)board/mpc8349itx/config.tmp ; \
+ echo "TEXT_BASE = 0xFE000000" >$(obj)board/freescale/mpc8349itx/config.tmp ; \
fi
@if [ "$(findstring LOWBOOT,$@)" ] ; then \
- echo "TEXT_BASE = 0xFE000000" >$(obj)board/mpc8349itx/config.tmp ; \
+ echo "TEXT_BASE = 0xFE000000" >$(obj)board/freescale/mpc8349itx/config.tmp ; \
fi
@$(MKCONFIG) -a -n $(@:_config=) MPC8349ITX ppc mpc83xx mpc8349itx freescale