]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: meson: Tidy SoC information output
authorAndreas Färber <afaerber@suse.de>
Wed, 9 Oct 2019 14:03:56 +0000 (16:03 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 18 Oct 2019 10:02:41 +0000 (12:02 +0200)
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

index ba248e8ff6ff053b2932b9a768fc4825ecc2f216..ea32c01d113793034d6ebbe1b1e6132e71aef056 100644 (file)
@@ -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),