diff options
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 7cb5da0893..c4ee9fa271 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -16,4 +16,4 @@ config XIP_ROM_BASE config XIP_ROM_SIZE hex - default 0x2000 + default 0x20000 |