mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
27428e7308
commit
f14fd5fb42
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user