]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: turris_{omnia, mox}: Don't print model two times
authorMarek Behún <kabel@kernel.org>
Thu, 4 Apr 2024 07:50:52 +0000 (09:50 +0200)
committerStefan Roese <sr@denx.de>
Thu, 4 Apr 2024 08:45:27 +0000 (10:45 +0200)
commit8983f0a5165698db95a1561311d65daa8b972f96
tree429959d16a08dc9603b31e85dc9c52484a91cebd
parentb555148fdd590f063c571e33184d557377d64a2e
arm: mvebu: turris_{omnia, mox}: Don't print model two times

Since commit 8cd4bf7dc9ba ("turris: Use checkboard() instead of
show_board_info()") the model is show two times during boot:
  Model: Turris Omnia
  Model: Turris Omnia

This is because the common function show_board_info() shows it, and
Turris' checkboard() also does.

Remove the second print.

Fixes: 8cd4bf7dc9ba ("turris: Use checkboard() instead of show_board_info()")
Signed-off-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c
board/CZ.NIC/turris_omnia/turris_omnia.c