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

ARM: highbank: enable reset on command timeout

Enable resetting on command timeout. The timeout is set with environment
setting bootretry.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
master
Rob Herring 12 years ago committed by Albert ARIBAUD
parent 0f7cf3803f
commit e1df283c26
  1. 3
      include/configs/highbank.h

@ -85,6 +85,9 @@
#define CONFIG_MENU
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOT_RETRY_TIME -1
#define CONFIG_RESET_TO_RETRY
/*
* Miscellaneous configurable options
*/

Loading…
Cancel
Save