mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
Both work. 0xFF000000 seems more reasonable.
This commit is contained in:
parent
c1fbe4103a
commit
99c09c4dec
@ -21,7 +21,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Flash address
|
# Flash address
|
||||||
TEXT_BASE = 0xFFF00000
|
TEXT_BASE = 0xFF000000
|
||||||
# RAM address
|
# RAM address
|
||||||
#TEXT_BASE = 0x00400000
|
#TEXT_BASE = 0x00400000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user