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

zynq: Enable CONFIG_FIT_VERBOSE

Enabled fit_format_{error,warning}()

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
master
Jagannadha Sutradharudu Teki 11 years ago committed by Albert ARIBAUD
parent 400a9488d0
commit 773590ebaf
  1. 1
      include/configs/zynq.h

@ -127,6 +127,7 @@
/* OF */
#define CONFIG_FIT
#define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
#define CONFIG_OF_LIBFDT
/* Commands */

Loading…
Cancel
Save