commit | ab9447fc385f742083b32720d9b5ed3a7d442f6c | [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 | b885614984ee49c0d94395637380662024529251 [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>