mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
SPL: Make un-supported boot device puts a debug instead
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
3c6f8a0d19
commit
1292eaf353
@ -174,10 +174,8 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
puts("SPL: Un-supported Boot Device\n");
|
debug("SPL: Un-supported Boot Device\n");
|
||||||
debug("Found: %d\n", boot_device);
|
|
||||||
hang();
|
hang();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (spl_image.os) {
|
switch (spl_image.os) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user