version: fix a typo

This commit is contained in:
Alexander Couzens 2015-04-04 20:42:13 +02:00
parent 04d016d730
commit d54bbbc1e8
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ int checkboard (char *board_string)
#else
int checkboard (void)
{
printf("sysmcom "CARABOOT_RELEASE" (AR9331) U-boot\n");
printf("sysmocom "CARABOOT_RELEASE" (AR9331) U-boot\n");
return 0;
}
#endif /* #ifdef COMPRESSED_UBOOT */