diff options
Diffstat (limited to 'src/soc/intel/quark/Kconfig')
-rw-r--r-- | src/soc/intel/quark/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 244cc30681..4924b86372 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -127,11 +127,13 @@ config ENABLE_DEBUG_LED_TEMPRAMINIT config DCACHE_RAM_BASE hex - default 0x80070000 + default 0x80070000 if PLATFORM_USES_FSP1_1 + default 0x80000000 config DCACHE_RAM_SIZE hex - default 0x00008000 + default 0x8000 if PLATFORM_USES_FSP1_1 + default 0x40000 ##### # Flash layout |