]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: turris_mox: Use show_board_info()
authorMarek Behún <marek.behun@nic.cz>
Sat, 9 Oct 2021 17:33:40 +0000 (19:33 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Oct 2021 05:39:05 +0000 (07:39 +0200)
commit1b870014a6f68db7cce9a47d7b935ffca830d54f
tree9c532c3e04371ce0e04e360ade06188ea9eac4a3
parent2d0f7ec7c4c2030b4f3a9401301bdd32a00cf8a0
arm: mvebu: turris_mox: Use show_board_info()

We are printing board information in last_stage_init(), but U-Boot has
dedicated function, show_board_info(), for this.

Move code which prints board information (board version, serial number,
module topology, ...) to show_board_info().

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c