Skip to content
Snippets Groups Projects
Commit 604364e4 authored by Marek Vasut's avatar Marek Vasut
Browse files

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: 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>
Acked-by: default avatarPavel Machek <pavel@denx.de>
parent 868749a6
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ DECLARE_GLOBAL_DATA_PTR; ...@@ -17,7 +17,7 @@ DECLARE_GLOBAL_DATA_PTR;
*/ */
int checkboard(void) int checkboard(void)
{ {
puts("BOARD : Altera SOCFPGA Cyclone5 Board\n"); puts("BOARD: Altera SoCFPGA Cyclone5 Board\n");
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment