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)
commitd3159c6b18115cb395ec3c8eb539d9471d2bf862
tree9c532c3e04371ce0e04e360ade06188ea9eac4a3
parentba89abd028cb4e0c248c1a11ca2c8b34a407bff9
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