]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: spl: Drop out of scope debug message related to uart init
authorMassimo Pegorer <massimo.pegorer@gmail.com>
Wed, 2 Aug 2023 17:05:24 +0000 (19:05 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 12 Aug 2023 02:37:32 +0000 (10:37 +0800)
commit36adce73724d53f0a22520af86690381b69518aa
tree28d561873b8fd4a2ad06b0119877c1306e9c4a6e
parent08e74ac3d9c20d29e38c1ec6e50688f978975097
rockchip: spl: Drop out of scope debug message related to uart init

Debug uart is no more inited in board_init_f function: remove this
debug message from board_init_f. If an earliest-as-possible message
after debug uart initialization is needed, enable DEBUG_UART_ANNOUNCE
Kconfig option, instead.

Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/spl.c