diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/qualcomm/ipq806x/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index fc78ecc5b0..013d86c380 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -55,6 +55,10 @@ config SYS_SDRAM_BASE hex default 0x40000000 +config CBMEM_CONSOLE_PRERAM_BASE + hex "memory address of the pre-RAM CBMEM console buffer" + default 0x40618000 + config STACK_TOP hex default 0x40600000 |