diff options
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index a09e9f9b8b..dbafa8c11d 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -195,6 +195,7 @@ config ASYNC_FILE_LOADING bool "Loads files from SPI asynchronously" select COOP_MULTITASKING select SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA + select CBFS_PRELOAD select PAYLOAD_PRELOAD help When enabled, the platform will use the LPC SPI DMA controller to @@ -202,6 +203,10 @@ config ASYNC_FILE_LOADING boot time because the CPUs can be performing useful work while the SPI contents are being preloaded. +config CBFS_CACHE_SIZE + hex + default 0x40000 if CBFS_PRELOAD + config RAMBASE hex default 0x10000000 |