[coreboot-gerrit] Patch set updated for coreboot: c58f1ed armv7: Remove SYS_TEXT_BASE config.

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Dec 12 22:14:33 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4371

-gerrit

commit c58f1ed93255fdc2b8a2636779b5bebd0383c7ad
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Mon Jul 15 12:34:28 2013 +0800

    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 at chromium.org>
    Commit-Queue: Hung-Te Lin <hungte at chromium.org>
    Tested-by: Hung-Te Lin <hungte at chromium.org>
---
 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 63b46d6..38be2d4 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 63ff08c..4f102d1 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 e4327d6..ff98eef 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



More information about the coreboot-gerrit mailing list