imx7s-warp: Set warp7_secure as default U-Boot config

To boot WaRP7 with Linux version 4.1.x we need to use U-Boot with
secure boot enable.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Tested-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2016-10-06 15:05:15 -03:00 committed by Otavio Salvador
parent 27428e7308
commit f14fd5fb42

View File

@ -16,6 +16,6 @@ KERNEL_DEVICETREE = "imx7s-warp.dtb"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "warp7_config,sdcard"
UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"