1
0
Fork 0

board: fix board name

optimizations
Martin T. H. Sandsmark 2017-02-10 17:23:06 +01:00
parent d177e67478
commit 56a8d48df8
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ int board_init(void)
int checkboard(void) int checkboard(void)
{ {
puts("Board: MX6SLEVK\n"); puts("Board: Zero Gravitas\n");
return 0; return 0;
} }