diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-03-16 21:16:55 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-03-16 22:38:50 +0100 |
commit | 1c93d90fd2c87e778e4d9a57ccfa341fd00d3d80 (patch) | |
tree | f0d711fb1a1d77ae5b753dad4a9aaf0db7524ea2 /src/cpu/x86/Kconfig | |
parent | b58651ba5e25bbe66abe2d93fc46dea8357e854e (diff) |
ROMCC boards have no XIP limit
So set their XIP configuration to ROM_SIZE.
Change-Id: I6c1abccec3b1d7389c85df55343ff0fc68a61eec
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/797
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |