]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
SPL: Make un-supported boot device puts a debug instead
authorTom Rini <trini@ti.com>
Mon, 27 Aug 2012 21:57:26 +0000 (14:57 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 18:20:27 +0000 (11:20 -0700)
Signed-off-by: Tom Rini <trini@ti.com>
common/spl/spl.c

index 14f7bdb49e7a430876a7acc00fe73d1b7194cd03..3aa0703763b28e1c3191744bfb6425dac28489a3 100644 (file)
@@ -174,10 +174,8 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
                break;
 #endif
        default:
-               puts("SPL: Un-supported Boot Device\n");
-               debug("Found: %d\n", boot_device);
+               debug("SPL: Un-supported Boot Device\n");
                hang();
-               break;
        }
 
        switch (spl_image.os) {