diff mbox series

[U-Boot,v3,3/4] arm: meson: Tidy SoC information output

Message ID 20191009140357.27279-4-narmstrong@baylibre.com
State Accepted, archived
Commit 8e02efdb34a6a4afb3351e9d903d8d933aabee19
Delegated to: Neil Armstrong
Headers show
Series amlogic: Add Khadas VIM3 support | expand

Commit Message

Neil Armstrong Oct. 9, 2019, 2:03 p.m. UTC
From: Andreas Färber <afaerber@suse.de>

Write SoC instead of Soc. The Linux driver is not affected.

Fixes: f41d723b9f ("ARM: meson: display Amlogic SoC Information")
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm/mach-meson/board-info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-meson/board-info.c b/arch/arm/mach-meson/board-info.c
index ba248e8ff6..ea32c01d11 100644
--- a/arch/arm/mach-meson/board-info.c
+++ b/arch/arm/mach-meson/board-info.c
@@ -154,7 +154,7 @@  int show_board_info(void)
 
 	/* print board information */
 	print_board_model();
-	printf("Soc:   Amlogic Meson %s (%s) Revision %x:%x (%x:%x)\n",
+	printf("SoC:   Amlogic Meson %s (%s) Revision %x:%x (%x:%x)\n",
 	       socinfo_to_soc_id(socinfo),
 	       socinfo_to_package_id(socinfo),
 	       socinfo_to_major(socinfo),