diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/slot_1/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/slot_1/Kconfig b/src/cpu/intel/slot_1/Kconfig index a98232e6cc..f535a03bf1 100644 --- a/src/cpu/intel/slot_1/Kconfig +++ b/src/cpu/intel/slot_1/Kconfig @@ -28,10 +28,10 @@ config SLOT_SPECIFIC_OPTIONS # dummy config DCACHE_RAM_BASE hex - default 0xcf000 + default 0xce000 config DCACHE_RAM_SIZE hex - default 0x01000 + default 0x02000 endif |