arm: socfpga: board: Align checkboard() output
Cosmetic change to the checkboard() function output. Align the output with the rest of initial output produced by U-Boot. 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> Acked-by: Pavel Machek <pavel@denx.de>
This commit is contained in:
parent
868749a61d
commit
604364e42c
@ -17,7 +17,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
*/
|
||||
int checkboard(void)
|
||||
{
|
||||
puts("BOARD : Altera SOCFPGA Cyclone5 Board\n");
|
||||
puts("BOARD: Altera SoCFPGA Cyclone5 Board\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user