commit | 353e4f00e7625e7593bc659ec2e81c2fa647b839 | [log] [tgz] |
---|---|---|
author | roy zang <tie-fei.zang@freescale.com> | Fri Nov 03 13:07:36 2006 +0800 |
committer | Zang Tiefei <roy@bus.ap.freescale.net> | Fri Nov 03 13:07:36 2006 +0800 |
tree | 5f63ad4aeae7bcd1838b0473ec93f3e195a82604 | |
parent | 1500dff817c4747b58001493edca3bf372b53677 [diff] [blame] |
Change the TEXT_BASE from 0xFFF00000 to 0xFF000000. Both work. 0xFF000000 seems more reasonable.
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