armv7: Remove SYS_TEXT_BASE config.
SYS_TEXT_BASE is not used by any one. To prevent confusion when changing memory layout, remove it from current configurations. Change-Id: I15012b864bbb9c12003843b9b24ea64c91f4578b Reviewed-on: https://gerrit.chromium.org/gerrit/61853 Reviewed-by: David Hendricks <dhendrix@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org> Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: http://review.coreboot.org/4371 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
d03d69bf18
commit
f584218544
|
@ -87,10 +87,6 @@ config SYS_SDRAM_BASE
|
||||||
hex
|
hex
|
||||||
default 0x40000000
|
default 0x40000000
|
||||||
|
|
||||||
config SYS_TEXT_BASE
|
|
||||||
hex
|
|
||||||
default 0x43e00000
|
|
||||||
|
|
||||||
config COREBOOT_TABLES_SIZE
|
config COREBOOT_TABLES_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x4000000
|
default 0x4000000
|
||||||
|
|
|
@ -89,10 +89,6 @@ config SYS_SDRAM_BASE
|
||||||
hex
|
hex
|
||||||
default 0x20000000
|
default 0x20000000
|
||||||
|
|
||||||
config SYS_TEXT_BASE
|
|
||||||
hex
|
|
||||||
default 0x23e00000
|
|
||||||
|
|
||||||
config COREBOOT_TABLES_SIZE
|
config COREBOOT_TABLES_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x4000000
|
default 0x4000000
|
||||||
|
|
|
@ -100,10 +100,6 @@ config SYS_SDRAM_BASE
|
||||||
hex "SDRAM base address"
|
hex "SDRAM base address"
|
||||||
default 0x01000000
|
default 0x01000000
|
||||||
|
|
||||||
config SYS_TEXT_BASE
|
|
||||||
hex "Executable code section"
|
|
||||||
default 0x04e00000
|
|
||||||
|
|
||||||
config RAMBASE
|
config RAMBASE
|
||||||
hex
|
hex
|
||||||
default SYS_SDRAM_BASE
|
default SYS_SDRAM_BASE
|
||||||
|
|
Loading…
Reference in New Issue