Re-enabled info logging for Rockchip64 ATF
Tested with roc-rk3399-pc: Trying to boot from MMC2 NOTICE: BL31: v2.5(release):c158878-dirty NOTICE: BL31: Built : 20:47:14, Jul 26 2021
This commit is contained in:
parent
60f7a32728
commit
ebc31a7bbd
@ -24,7 +24,7 @@ index c4a0359..22d07e0 100644
|
||||
console_16550_register(rockchip_get_uart_base(),
|
||||
rockchip_get_uart_clock(),
|
||||
rockchip_get_uart_baudrate(), &console);
|
||||
+ console_set_scope(&console.console,
|
||||
+ console_set_scope(&console,
|
||||
+ CONSOLE_FLAG_BOOT | CONSOLE_FLAG_RUNTIME | CONSOLE_FLAG_CRASH);
|
||||
+ }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user