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

overo: Add support for Palo35 expansion board

Signed-off-by: Ash Charles <ashcharles@gmail.com>
master
Ash Charles 10 years ago committed by Tom Rini
parent 72c7be9581
commit 2ed43b549b
  1. 1
      board/overo/overo.c

@ -295,6 +295,7 @@ int misc_init_r(void)
expansion_config.fab_revision);
MUX_GUMSTIX();
setenv("defaultdisplay", "lcd35");
setenv("expansionname", "palo35");
break;
case GUMSTIX_PALO43:
printf("Recognized Palo43 expansion board (rev %d %s)\n",

Loading…
Cancel
Save