]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx28/tx28.c
karo: tx28: check ctrlc before returning error code for unsupported baseboard
[karo-tx-uboot.git] / board / karo / tx28 / tx28.c
index ed9846a2df4c4ee3887348570271705d2bc10c95..c5c4788a58962bc354af97f33368a99839da7445 100644 (file)
@@ -879,7 +879,8 @@ int board_late_init(void)
        } else {
                printf("WARNING: Unsupported baseboard: '%s'\n",
                        baseboard);
-               ret = -EINVAL;
+               if (!had_ctrlc())
+                       ret = -EINVAL;
        }
 
 exit: