arm: socfpga: board: Align checkboard() output
authorMarek Vasut <marex@denx.de>
Mon, 8 Sep 2014 12:08:45 +0000 (14:08 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 6 Oct 2014 15:46:50 +0000 (17:46 +0200)
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>
board/altera/socfpga/socfpga_cyclone5.c

index bc8a87c648f64ebe9791c02c7e9859d151cc1f1d..41498421c1fbbef1ba566ca4145183dc61e8a7f8 100644 (file)
@@ -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;
 }