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

mx35pdk: Allow booting a zImage kernel

Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
master
Fabio Estevam 13 years ago committed by Stefano Babic
parent 0d56a120a3
commit ee303c964b
  1. 1
      include/configs/mx35pdk.h

@ -95,6 +95,7 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
#define CONFIG_BOOTP_SUBNETMASK

Loading…
Cancel
Save