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

Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common

It's defind earlier in the file

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
master
Peter Robinson 10 years ago committed by Stefano Babic
parent f9a1e9f8cc
commit 959da4ecd0
  1. 1
      include/configs/mx6_common.h

@ -87,7 +87,6 @@
#define CONFIG_CMD_FAT
/* Miscellaneous configurable options */
#define CONFIG_SYS_NO_FLASH
#undef CONFIG_CMD_IMLS
#define CONFIG_SYS_LONGHELP
#define CONFIG_SYS_HUSH_PARSER

Loading…
Cancel
Save