diff options
author | Hung-Te Lin <hungte@chromium.org> | 2013-07-15 12:34:28 +0800 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-12-20 21:56:20 +0100 |
commit | f584218544e7537623f8db5ce351c384f48f7450 (patch) | |
tree | 538adb4b49d17f81f08e56ac05e21add23830d51 | |
parent | d03d69bf18b6989e9a87b30ead3283becf21885c (diff) | |
download | coreboot-f584218544e7537623f8db5ce351c384f48f7450.tar.xz |
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>
-rw-r--r-- | src/cpu/samsung/exynos5250/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5420/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/Kconfig | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 63b46d64ed..38be2d4737 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -87,10 +87,6 @@ config SYS_SDRAM_BASE hex default 0x40000000 -config SYS_TEXT_BASE - hex - default 0x43e00000 - config COREBOOT_TABLES_SIZE hex default 0x4000000 diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig index 63ff08c1f0..4f102d1b26 100644 --- a/src/cpu/samsung/exynos5420/Kconfig +++ b/src/cpu/samsung/exynos5420/Kconfig @@ -89,10 +89,6 @@ config SYS_SDRAM_BASE hex default 0x20000000 -config SYS_TEXT_BASE - hex - default 0x23e00000 - config COREBOOT_TABLES_SIZE hex default 0x4000000 diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig index e4327d6fa6..ff98eefcbe 100644 --- a/src/mainboard/emulation/qemu-armv7/Kconfig +++ b/src/mainboard/emulation/qemu-armv7/Kconfig @@ -100,10 +100,6 @@ config SYS_SDRAM_BASE hex "SDRAM base address" default 0x01000000 -config SYS_TEXT_BASE - hex "Executable code section" - default 0x04e00000 - config RAMBASE hex default SYS_SDRAM_BASE |