Commit 1292eaf3530257e24c77979295892718662eda4b

Authored by Tom Rini
1 parent 3c6f8a0d19

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

Signed-off-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

... ... @@ -174,10 +174,8 @@
174 174 break;
175 175 #endif
176 176 default:
177   - puts("SPL: Un-supported Boot Device\n");
178   - debug("Found: %d\n", boot_device);
  177 + debug("SPL: Un-supported Boot Device\n");
179 178 hang();
180   - break;
181 179 }
182 180  
183 181 switch (spl_image.os) {