console: Use printascii for lowlevel debug string
authorKever Yang <kever.yang@rock-chips.com>
Fri, 8 Nov 2024 08:36:23 +0000 (16:36 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 17 Nov 2024 19:14:09 +0000 (13:14 -0600)
commit4cc94e898a90dce0ff957fa623a336f153cfd0f4
tree720f53c489975500192cfced6e5b7c653eb7efee
parent1070f01ac10abb40b168933de248df76f3e27220
console: Use printascii for lowlevel debug string

The lowlevel debug with CONFIG_DEBUG_UART has printascii for string
print, and no need to convert to use printch now.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
common/console.c