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

sandbox: Set CONFIG_SYS_CPU

Give a valid value here as well to allow things which want
CONFIG_ENV_VARS_UBOOT_CONFIG to build

Signed-off-by: Tom Rini <trini@konsulko.com>
master
Tom Rini 9 years ago
parent 1d15eb01ae
commit 0c4b3880c1
  1. 3
      arch/sandbox/Kconfig

@ -7,6 +7,9 @@ config SYS_ARCH
config SYS_BOARD
default "sandbox"
config SYS_CPU
default "sandbox"
config SYS_CONFIG_NAME
default "sandbox"

Loading…
Cancel
Save