Home
last modified time | relevance | path

Searched hist:"0 d159d6852e2bafc453206a327e267124704a30e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dstart.S0d159d6852e2bafc453206a327e267124704a30e Mon Apr 24 17:03:34 UTC 2017 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> MIPS: call debug_uart_init right before board_init_f

All MIPS boards that support debug uart are calling debug_uart_init right at
the beginning of board_early_init_f.
Instead of doing that, let's provide a generic call to debug_uart_init right
before the call to board_init_f if debug uart is enabled for boards without
stack in SRAM.
On the other hand, boards with stack in SRAM can call earlier (right before
low level init).

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>