ipq806x: provide soc specific CBMEM_CONSOLE_PRERAM_BASE
For now storm bootblock runs with DRAM fully initialized, this patch puts the early console between bootblock and rom phase. BUG=chrome-os-partner:31734 TEST=verified that preram_cbmem_console is set: $ grep preram_cbmem_console cbfs/fallback/bootblock.map 40618000 A preram_cbmem_console Change-Id: I132a0cbcc82e713c36fc5031706d9afbf3e9b879 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/217291 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
20c89d5df6
commit
6bdadad378
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue