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