Merge pull request #159 from Freescale/backport-157-to-hardknott

[Backport hardknott] Topic/u-boot fixes
This commit is contained in:
Otavio Salvador 2021-08-13 19:33:58 -03:00 committed by GitHub
commit bbc9522f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ KERNEL_DEVICETREE = " \
SPL_BINARY = "SPL"
UBOOT_BINARY = "u-boot-dtb.img"
UBOOT_SUFFIX = "img"
UBOOT_MAKE_TARGET = ""
UBOOT_CONFIG ??= "dwarf hobbit nymph pi generic"

View File

@ -16,6 +16,7 @@ MACHINE_FEATURES += " wifi bluetooth"
KERNEL_DEVICETREE = "imx7s-warp.dtb"
UBOOT_BINARY = "u-boot-dtb.imx"
UBOOT_SUFFIX = "imx"
UBOOT_MAKE_TARGET = ""
UBOOT_CONFIG ??= "sd"