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:
Piotr Szczepanik 2021-07-26 21:35:01 +02:00
parent 60f7a32728
commit ebc31a7bbd
No known key found for this signature in database
GPG Key ID: 0305358EB314F205

View File

@ -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);
+ }