commit | d939ef0dabc92d49adbca3224971293fdac67f52 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Aug 27 14:57:26 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 11:20:27 2012 -0700 |
tree | 343e38dadb7e6174596879e139cbfbb1c0a37ef5 | |
parent | 5f16992efc20849c1c18650204a9b65e7ed45b9f [diff] [blame] |
SPL: Make un-supported boot device puts a debug instead Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/common/spl/spl.c b/common/spl/spl.c index 14f7bdb..3aa0703 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c
@@ -174,10 +174,8 @@ 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) {