Skip to content
Snippets Groups Projects
Commit d5a3d3c9 authored by Pavel Machek's avatar Pavel Machek Committed by Marek Vasut
Browse files

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: default avatarPavel Machek <pavel@denx.de>
Signed-off-by: default avatarMarek 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>
parent 4e736869
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ int cpu_mmc_init(bd_t *bis)
*/
int print_cpuinfo(void)
{
puts("CPU : Altera SOCFPGA Platform\n");
puts("CPU: Altera SoCFPGA Platform\n");
return 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment