Remove XIP_ROM_BASE
The base is now calculated automatically, and all mentions of that config option were typical anyway (4GB - XIP_ROM_SIZE). Change-Id: Icdf908dc043719f3810f7b5b85ad9938f362ea40 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/366 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
36c04e8a5c
commit
784544b934
@@ -27,10 +27,6 @@ config TSC_CALIBRATE_WITH_IO
|
||||
bool
|
||||
default n
|
||||
|
||||
config XIP_ROM_BASE
|
||||
hex
|
||||
default 0xffff0000
|
||||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
default 0x10000
|
||||
|
Reference in New Issue
Block a user