mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# ROM version
|
||||
TEXT_BASE = 0xbfc00000
|
||||
CONFIG_SYS_TEXT_BASE = 0xbfc00000
|
||||
|
||||
# RAM version
|
||||
#TEXT_BASE = 0x80001000
|
||||
#CONFIG_SYS_TEXT_BASE = 0x80001000
|
||||
|
Reference in New Issue
Block a user