From: Patrick Georgi Date: Fri, 16 Mar 2012 20:16:55 +0000 (+0100) Subject: ROMCC boards have no XIP limit X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=1c93d90fd2c87e778e4d9a57ccfa341fd00d3d80 ROMCC boards have no XIP limit So set their XIP configuration to ROM_SIZE. Change-Id: I6c1abccec3b1d7389c85df55343ff0fc68a61eec Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/797 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 348f0ef92..d2809f8fe 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -29,6 +29,7 @@ config TSC_CALIBRATE_WITH_IO config XIP_ROM_SIZE hex + default ROM_SIZE if ROMCC default 0x10000 config CPU_ADDR_BITS