nyan: Do console_init() in romstage
console_init() is supposed to be called again in every stage, and we forgot to do that in romstage. Bad us. (It still worked... kinda.) BUG=None TEST=None Change-Id: I52102d436e42b60c9bcf9183428d4d7afc70698a Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/176763 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
61c360a1c3
commit
0bec32e09e
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ void main(void)
|
|||
configure_l2ctlr();
|
||||
configure_l2actlr();
|
||||
|
||||
console_init();
|
||||
|
||||
mmu_init();
|
||||
mmu_config_range(0, DRAM_START, DCACHE_OFF);
|
||||
mmu_config_range(DRAM_START, DRAM_SIZE, DCACHE_WRITEBACK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue