diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
commit | ac0e8d08a18881a37aeff72dfa86aa0360542ad2 (patch) | |
tree | c284cebdbfd92ae46c5a9371fbe84d4db8c9fcd6 /board/mpc8641hpcn/config.mk | |
parent | 3423c44afa70aed6719fc39d4064ae2e67da42eb (diff) | |
parent | 32922cdc470fdfd39bea0c1c4f582d3fb340421e (diff) | |
download | u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.zip u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.gz u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.bz2 |
Merge branch 'mpc8641'
Diffstat (limited to 'board/mpc8641hpcn/config.mk')
-rw-r--r-- | board/mpc8641hpcn/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8641hpcn/config.mk b/board/mpc8641hpcn/config.mk index 989a40b..f778dcb 100644 --- a/board/mpc8641hpcn/config.mk +++ b/board/mpc8641hpcn/config.mk @@ -25,7 +25,7 @@ # default CCSRBAR is at 0xff700000 # assume U-Boot is less than 0.5MB # -TEXT_BASE = 0xfff01000 +TEXT_BASE = 0xfff00000 PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1 PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1 -maltivec -mabi=altivec -msoft-float |