diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 6170ea28a1..54cd68d384 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -276,6 +276,18 @@ define CACHE_RAM_SIZE export always comment "Size of cache when using it for temporary RAM" end +define XIP_ROM_BASE + default 0xffff8000 + format "0x%x" + export used + comment "base address of range of ROM that can be cached to speed up linuxBIOS" +end +define XIP_ROM_SIZE + default 0x8000 + format "0x%x" + export used + comment "size of range of ROM that can be cached to speed up linuxBIOS" +end define CONFIG_COMPRESS default 1 export always |