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>
This commit is contained in:
parent
b58651ba5e
commit
1c93d90fd2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ config TSC_CALIBRATE_WITH_IO
|
||||||
|
|
||||||
config XIP_ROM_SIZE
|
config XIP_ROM_SIZE
|
||||||
hex
|
hex
|
||||||
|
default ROM_SIZE if ROMCC
|
||||||
default 0x10000
|
default 0x10000
|
||||||
|
|
||||||
config CPU_ADDR_BITS
|
config CPU_ADDR_BITS
|
||||||
|
|
Loading…
Reference in a new issue