Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/b874df74afc986b069738b180763f2464ac3f5f4?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

mx25pdk: Allow booting a device tree kernel

Select CONFIG_OF_LIBFDT so that a device tree kernel can be launched.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
master
Fabio Estevam 12 years ago committed by Stefano Babic
parent 8965112bbf
commit b874df74af
  1. 1
      include/configs/mx25pdk.h

@ -87,6 +87,7 @@
/* U-Boot commands */
#include <config_cmd_default.h>
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_MMC

Loading…
Cancel
Save