diff --git a/u-boot/board/ar7240/carambola2/carambola2.c b/u-boot/board/ar7240/carambola2/carambola2.c index 32a9f431a7..b00da63f24 100644 --- a/u-boot/board/ar7240/carambola2/carambola2.c +++ b/u-boot/board/ar7240/carambola2/carambola2.c @@ -458,16 +458,13 @@ long int initdram(int board_type) #ifdef COMPRESSED_UBOOT int checkboard (char *board_string) { - strcpy(board_string, "Caraboot "CARABOOT_RELEASE" (AR9331) U-boot"); + strcpy(board_string, "sysmocom "CARABOOT_RELEASE" (AR9331) U-boot"); return 0; } #else int checkboard (void) { - printf("=====================================\n"); - printf("Caraboot "CARABOOT_RELEASE" (AR9331) U-boot\n"); - printf("http://www.8devices.com/\n"); - printf("-------------------------------------\n"); + printf("sysmcom "CARABOOT_RELEASE" (AR9331) U-boot\n"); return 0; } #endif /* #ifdef COMPRESSED_UBOOT */