diff options
Diffstat (limited to 'src/cpu/amd/model_10xxx')
-rw-r--r-- | src/cpu/amd/model_10xxx/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 9d31c27239..a13a86f32a 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -28,16 +28,16 @@ config USE_DCACHE_RAM config DCACHE_RAM_BASE hex - default 0xc8000 + default 0xc4000 depends on CPU_AMD_MODEL_10XXX config DCACHE_RAM_SIZE hex - default 0x08000 + default 0x0c000 depends on CPU_AMD_MODEL_10XXX config DCACHE_RAM_GLOBAL_VAR_SIZE hex - default 0x01000 + default 0x04000 depends on CPU_AMD_MODEL_10XXX |