SPL: Make un-supported boot device puts a debug instead

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2012-08-27 14:57:26 -07:00
parent 3c6f8a0d19
commit 1292eaf353

View 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) {