imx7s-warp: update u-boot configuration

The 'secure_defconfig' was removed, see [1].

[1] 8273209bd9

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
texierp 2018-06-04 22:07:01 +02:00 committed by Otavio Salvador
parent fa55a2527c
commit 9d674c4556

View File

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