From 1c93d90fd2c87e778e4d9a57ccfa341fd00d3d80 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 16 Mar 2012 21:16:55 +0100 Subject: ROMCC boards have no XIP limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/cpu/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 348f0ef92d..d2809f8fe8 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 -- cgit v1.2.3