Commit d5a3d3c9efc2738139b8b8a7c191b8b0d533aaa8

Authored by Pavel Machek
Committed by Marek Vasut
1 parent 4e736869c6

arm: socfpga: misc: Align print_cpuinfo() output

Cosmetic change to the print_cpuinfo() function output. Align the
output with the rest of initial output produced by U-Boot.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/cpu/armv7/socfpga/misc.c
... ... @@ -80,7 +80,7 @@
80 80 */
81 81 int print_cpuinfo(void)
82 82 {
83   - puts("CPU : Altera SOCFPGA Platform\n");
  83 + puts("CPU: Altera SoCFPGA Platform\n");
84 84 return 0;
85 85 }
86 86 #endif