]> git.baikalelectronics.ru Git - uboot.git/commit
console: Refactor stdio_print_current_devices() a little bit
authorBin Meng <bmeng@tinylab.org>
Sun, 23 Jul 2023 04:40:36 +0000 (12:40 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 2 Aug 2023 08:32:26 +0000 (16:32 +0800)
commite1cceaf6222b41b12f1cd1d8fc1269e0394b935b
tree0ed6875c7c4b202cc7c86b8bdbc507397f63e258
parentf3da7df2a3c30da0f8b8cf7cba9251055ba3496e
console: Refactor stdio_print_current_devices() a little bit

In preparation to future changes, refactor this routine a little bit.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
common/console.c