From 2172f61ede0ff7764eae39d4b75085c2dee9b610 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 19 Mar 2012 19:12:49 +0200 Subject: Makefile: rename linker intermediate variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/802 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Rudolf Marek --- src/arch/x86/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/x86/Kconfig') 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 -- cgit v1.2.3