projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6f8a0
)
SPL: Make un-supported boot device puts a debug instead
author
Tom Rini
<trini@ti.com>
Mon, 27 Aug 2012 21:57:26 +0000
(14:57 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/spl/spl.c
b/common/spl/spl.c
index 14f7bdb49e7a430876a7acc00fe73d1b7194cd03..3aa0703763b28e1c3191744bfb6425dac28489a3 100644
(file)
--- a/
common/spl/spl.c
+++ b/
common/spl/spl.c
@@
-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) {