diff options
Diffstat (limited to 'src/config/nofailovercalculation.lb')
-rw-r--r-- | src/config/nofailovercalculation.lb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/nofailovercalculation.lb b/src/config/nofailovercalculation.lb index 96bce17a75..b23de14418 100644 --- a/src/config/nofailovercalculation.lb +++ b/src/config/nofailovercalculation.lb @@ -31,8 +31,7 @@ default _ROMBASE = ( CONFIG_ROM_PAYLOAD_START + PAYLOAD_SIZE ) ## Compute a range of ROM that can cached to speed up coreboot, ## execution speed. ## -## XIP_ROM_SIZE must be a power of 2. +## XIP_ROM_SIZE must be a power of 2 and is set in mainboard Config.lb ## XIP_ROM_BASE must be a multiple of XIP_ROM_SIZE ## -default XIP_ROM_SIZE = 64 * 1024 default XIP_ROM_BASE = ( _ROMBASE - XIP_ROM_SIZE + ROM_IMAGE_SIZE ) |