From f584218544e7537623f8db5ce351c384f48f7450 Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Mon, 15 Jul 2013 12:34:28 +0800 Subject: 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 Commit-Queue: Hung-Te Lin Tested-by: Hung-Te Lin Reviewed-on: http://review.coreboot.org/4371 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/samsung/exynos5250/Kconfig | 4 ---- src/cpu/samsung/exynos5420/Kconfig | 4 ---- src/mainboard/emulation/qemu-armv7/Kconfig | 4 ---- 3 files changed, 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 -- cgit v1.2.3