commit | dc096a5e905b1ccd53d8337ec16414ec076602ea | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sat Oct 09 19:33:44 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 21 07:39:05 2021 +0200 |
tree | 181871a2103d5616bb921752fd73aba1528cc64f | |
parent | 1335e31ecc2cd7e4e51b730499198c7548ac0a3f [diff] |
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>