]> git.baikalelectronics.ru Git - uboot.git/commit
toradex: common: Improve product/serial print during boot
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 21 Jul 2022 13:17:38 +0000 (15:17 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 25 Jul 2022 14:12:00 +0000 (16:12 +0200)
commitfe16bf386c2f7c75f438149a4235312caf424eb3
treea12998f3de010e451fbc3fb5b52a353d4c1cb419
parent2c0f558f1cea8a781d74e04f252d27830b0e3f03
toradex: common: Improve product/serial print during boot

Add product id print in show_board_info(), with an increasing number of
Toradex SKUs available with small differences it makes sense to print it.

Move serial number print to a dedicated line, this prevents the previous
line with the product name to overflow the 80 columns with any
reasonable product name length.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
board/toradex/common/tdx-common.c