Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/1292eaf3530257e24c77979295892718662eda4b You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 13 years ago
parent 3c6f8a0d19
commit 1292eaf353
  1. 4
      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) {

Loading…
Cancel
Save