diff options
Diffstat (limited to 'src/cpu/intel/ep80579')
-rw-r--r-- | src/cpu/intel/ep80579/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cpu/intel/ep80579/Kconfig b/src/cpu/intel/ep80579/Kconfig index 530c48f0e8..ec584288bf 100644 --- a/src/cpu/intel/ep80579/Kconfig +++ b/src/cpu/intel/ep80579/Kconfig @@ -5,3 +5,19 @@ config CPU_INTEL_EP80579 select ARCH_RAMSTAGE_X86_32 select SSE select SUPPORT_CPU_UCODE_IN_CBFS + select BROKEN_CAR_MIGRATE + +if CPU_INTEL_EP80579 + +# These are just dummy values to keep build happy. +# This CPU does not have tested cache_as_ram.inc. + +config DCACHE_RAM_BASE + hex + default 0xffaf8000 + +config DCACHE_RAM_SIZE + hex + default 0x8000 + +endif |