Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.

Both work. 0xFF000000 seems more reasonable.
This commit is contained in:
roy zang 2006-11-03 13:07:36 +08:00 committed by Zang Tiefei
parent c1fbe4103a
commit 99c09c4dec

View File

@ -21,7 +21,7 @@
# #
# Flash address # Flash address
TEXT_BASE = 0xFFF00000 TEXT_BASE = 0xFF000000
# RAM address # RAM address
#TEXT_BASE = 0x00400000 #TEXT_BASE = 0x00400000