diff options
-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 |