[U-Boot-Users] [PATCH] Update MPC8349ITX*_config to place config.tmp in right place.

From: Sam Sparks SSparks@twacs.com
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 ---
Wolfgang, I've confirmed this fix. It needs to go into 1.3.1
Cheers, g.
Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile index 72e38f2..a837bc7 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

On 9/14/07, Grant Likely grant.likely@secretlab.ca wrote:
From: Sam Sparks SSparks@twacs.com
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
Wolfgang, I've confirmed this fix. It needs to go into 1.3.1
oops, make that 1.3.0 :-)
g.

In message fa686aa40709141016q7458f423q8fed321eff70e41e@mail.gmail.com you wrote:
Wolfgang, I've confirmed this fix. It needs to go into 1.3.1
oops, make that 1.3.0 :-)
Sorry - I'm a sequential type [My wife would say: "typical man".]
Best regards,
Wolfgang Denk

On Fri, 14 Sep 2007 11:14:42 -0600 Grant Likely grant.likely@secretlab.ca wrote:
From: Sam Sparks SSparks@twacs.com
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
Wolfgang, I've confirmed this fix. It needs to go into 1.3.1
Hi guys!
Signed-off-by: Kim Phillips kim.phillips@freescale.com
WD, you may alternately pull:
git pull git://www.denx.de/git/u-boot-mpc83xx.git master
Kim

In message 20070914171333.29609.62843.stgit@trillian.cg.shawcable.net you wrote:
From: Sam Sparks SSparks@twacs.com
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
Wolfgang, I've confirmed this fix. It needs to go into 1.3.1
You mean, I should delay it and *NOT* add it to 1.3.0 ?
Best regards,
Wolfgang Denk

In message 20070914171333.29609.62843.stgit@trillian.cg.shawcable.net you wrote:
From: Sam Sparks SSparks@twacs.com
MPC834ITX*_config does not store config.tmp at the correct locatation, causing MPC8349ITXGP to have the wrong TEXT_BASE.
Applied.
Best regards,
Wolfgang Denk
participants (3)
-
Grant Likely
-
Kim Phillips
-
Wolfgang Denk