Browse Source

vf610twr: Changing the name of board displayed at boot time

Originally the board name was displayed as vf610twr. Change as
Board: TWR-VF65GS10

Signed-off-by: Juan Gutierrez <b44802@freescale.com>
Signed-off-by: Anthony Felice <tony.felice@timesys.com>
Juan Gutierrez 11 years ago
parent
commit
3f03a7ad03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/freescale/vf610twr/vf610twr.c

+ 1 - 1
board/freescale/vf610twr/vf610twr.c

@@ -437,7 +437,7 @@ int board_init(void)
 
 int checkboard(void)
 {
-	puts("Board: vf610twr\n");
+	puts("Board: TWR-VF65GS10\n");
 
 	return 0;
 }