mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
arm: meson: Tidy SoC information output
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>
This commit is contained in:
parent
30b8c2b6cf
commit
8e02efdb34
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue