arm: mvebu: turris_omnia: Use show_board_info()
authorMarek Behún <marek.behun@nic.cz>
Sat, 9 Oct 2021 17:33:44 +0000 (19:33 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Oct 2021 05:39:05 +0000 (07:39 +0200)
commitdc096a5e905b1ccd53d8337ec16414ec076602ea
tree181871a2103d5616bb921752fd73aba1528cc64f
parent1335e31ecc2cd7e4e51b730499198c7548ac0a3f
arm: mvebu: turris_omnia: Use show_board_info()

We are printing board information in checkboard() function, which is
called from the default weak implementation of show_board_info().

Rename checkboard() to show_board_info(). This throws away the weak
implementation of show_board_info().

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