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

Enable autoboot for M5271EVB board.

master
Marian Balakowicz 19 years ago
parent df3eece32d
commit 27333f8c34
  1. 2
      CHANGELOG
  2. 2
      include/configs/M5271EVB.h

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Enable autoboot for M5271EVB board.
* Changed default ramdisk addr in yosemite/yellowstone ports
Patch by Stefan Roese, 15 May 2006

@ -50,6 +50,8 @@
#undef CONFIG_WATCHDOG /* disable watchdog */
#define CONFIG_BOOTDELAY 5
/* Configuration for environment
* Environment is embedded in u-boot in the second sector of the flash
*/

Loading…
Cancel
Save