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

sandbox: enable CONFIG_CMD_FS_GENERIC

Since the generic ls command no longer segfaults sandbox, enable it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
master
Stephen Warren 11 years ago committed by Tom Rini
parent 0a30aa1e7e
commit 89ba42d183
  1. 1
      include/configs/sandbox.h

@ -42,6 +42,7 @@
#define CONFIG_CMD_PART
#define CONFIG_DOS_PARTITION
#define CONFIG_HOST_MAX_DEVICES 4
#define CONFIG_CMD_FS_GENERIC
#define CONFIG_SYS_VSNPRINTF

Loading…
Cancel
Save