imx7s-warp: Update settings to use U-Boot 2019.04

Since DM conversion, we have to adjust the binary name.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
Pierre-Jean Texier 2019-04-12 22:04:43 +02:00 committed by Otavio Salvador
parent a38e633379
commit 55356fd749

View File

@ -13,6 +13,9 @@ MACHINE_FEATURES += " wifi bluetooth"
KERNEL_DEVICETREE = "imx7s-warp.dtb"
UBOOT_BINARY = "u-boot-dtb.imx"
UBOOT_MAKE_TARGET = ""
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "warp7_defconfig,sdcard"