]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: OMAP: use 'printf()' instead of 'debug()' to print error message
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:08:39 +0000 (14:08 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:08:39 +0000 (14:08 +0200)
common/spl/spl.c

index fc49fba707ff0730a4c66990f1ee719cf228062a..e9e3c7449f1337ccb67f111225d8cbcf7f084a92 100644 (file)
@@ -206,7 +206,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
                break;
 #endif
        default:
-               debug("SPL: Un-supported Boot Device\n");
+               printf("SPL: Unsupported Boot Device\n");
                hang();
        }