diff options
-rw-r--r-- | src/soc/qualcomm/ipq806x/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 395c3297a1..fc78ecc5b0 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -65,11 +65,11 @@ config STACK_BOTTOM config CBFS_CACHE_ADDRESS hex "memory address to put CBFS cache data" - default 0x405e6000 + default 0x405cc000 config CBFS_CACHE_SIZE hex "size of CBFS cache data" - default 0x00016000 + default 0x00030000 config TTB_BUFFER hex "memory address for page tables" |