diff options
author | roy zang <tie-fei.zang@freescale.com> | 2006-11-03 13:07:36 +0800 |
---|---|---|
committer | Zang Tiefei <roy@bus.ap.freescale.net> | 2006-11-03 13:07:36 +0800 |
commit | 99c09c4dec34f77c243bf51bea532e3f339410ad (patch) | |
tree | 5f63ad4aeae7bcd1838b0473ec93f3e195a82604 /board | |
parent | c1fbe4103a0d6c8957f912af902d705ba67836f2 (diff) | |
download | u-boot-imx-99c09c4dec34f77c243bf51bea532e3f339410ad.zip u-boot-imx-99c09c4dec34f77c243bf51bea532e3f339410ad.tar.gz u-boot-imx-99c09c4dec34f77c243bf51bea532e3f339410ad.tar.bz2 |
Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
Both work. 0xFF000000 seems more reasonable.
Diffstat (limited to 'board')
-rw-r--r-- | board/mpc7448hpc2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc7448hpc2/config.mk b/board/mpc7448hpc2/config.mk index 9147a5c..2e58858 100644 --- a/board/mpc7448hpc2/config.mk +++ b/board/mpc7448hpc2/config.mk @@ -21,7 +21,7 @@ # # Flash address -TEXT_BASE = 0xFFF00000 +TEXT_BASE = 0xFF000000 # RAM address #TEXT_BASE = 0x00400000 |