aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-03-19 19:12:49 +0200
committerRudolf Marek <r.marek@assembler.cz>2012-03-25 20:23:21 +0200
commit2172f61ede0ff7764eae39d4b75085c2dee9b610 (patch)
treed000e2e7c411402a15348a5052d3396ec35666b6 /src/arch/x86/Kconfig
parentc0ea5436c4d78d15a42d81fc65ed0219e5464f2b (diff)
Makefile: rename linker intermediate variable
Renamed CONFIG_ROMBASE to ROMSTAGE_BASE and removed it from Kconfig. Removed no-op calculation in ldscript. Change-Id: I53d39b60f07db76c8537b3133e59360687b9d4a7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/802 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index c5a0c0e2f5..314646fdb9 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -8,10 +8,6 @@ config AP_IN_SIPI_WAIT
default n
depends on ARCH_X86
-config ROMBASE
- hex
- default 0xffff0000
-
config RAMBASE
hex
default 0x100000