mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
ARMV7: OMAP3: IGEP: Rename TEXT_BASE
Commit 14d0a02a
"Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE" missed the
IGEP boards since they were just added.
Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
0c0892be0d
commit
a711edfae1
2 changed files with 3 additions and 2 deletions
|
@ -30,4 +30,4 @@
|
|||
# (mem base + reserved)
|
||||
|
||||
# For use with external or internal boots.
|
||||
TEXT_BASE = 0x80008000
|
||||
CONFIG_SYS_TEXT_BASE = 0x80008000
|
||||
|
|
|
@ -30,4 +30,5 @@
|
|||
# (mem base + reserved)
|
||||
|
||||
# For use with external or internal boots.
|
||||
TEXT_BASE = 0x80008000
|
||||
CONFIG_SYS_TEXT_BASE = 0x80008000
|
||||
|
||||
|
|
Loading…
Reference in a new issue