diff options
| author | Marek Vasut <[email protected]> | 2014-09-08 14:08:45 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-10-06 17:46:50 +0200 |
| commit | 604364e42cf7dd3c4980901b47ee47eb4b490e4b (patch) | |
| tree | 48822f4977540d5da930999259725ce94cc0ddc5 | |
| parent | 868749a61dcc29456c8b06748b6130de4940369b (diff) | |
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 <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Pavel Machek <[email protected]>
Acked-by: Pavel Machek <[email protected]>
| -rw-r--r-- | board/altera/socfpga/socfpga_cyclone5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/socfpga/socfpga_cyclone5.c b/board/altera/socfpga/socfpga_cyclone5.c index bc8a87c648f..41498421c1f 100644 --- a/board/altera/socfpga/socfpga_cyclone5.c +++ b/board/altera/socfpga/socfpga_cyclone5.c @@ -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; } |
