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

armv7/lS1021atwr: Enable bootscript for secure boot

Enable bootscript support in secure boot for establishing
chain of trust on LS1021atwr.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
master
gaurav rana 10 years ago committed by York Sun
parent 0e0224ee62
commit 562583deb3
  1. 1
      include/configs/ls1021atwr.h

@ -498,6 +498,7 @@
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CMD_BLOB
#include <asm/fsl_secure_boot.h>
#endif
#endif

Loading…
Cancel
Save