Skip to content
Snippets Groups Projects
Commit 5af08556 authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: zynqmp: Line up checkboard message


Use space instead of tab in checkboard print to aligned
it with others boards.

Reported-by: default avatarDavid Glessner <david.glessner@rockwellcollins.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
parent e2928f32
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ int board_late_init(void) ...@@ -93,7 +93,7 @@ int board_late_init(void)
#ifdef CONFIG_DISPLAY_BOARDINFO #ifdef CONFIG_DISPLAY_BOARDINFO
int checkboard(void) int checkboard(void)
{ {
puts("Board:\tXilinx Zynq\n"); puts("Board: Xilinx Zynq\n");
return 0; return 0;
} }
#endif #endif
......
...@@ -117,7 +117,7 @@ int board_late_init(void) ...@@ -117,7 +117,7 @@ int board_late_init(void)
int checkboard(void) int checkboard(void)
{ {
puts("Board:\tXilinx ZynqMP\n"); puts("Board: Xilinx ZynqMP\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