From d134d230aca285a0d7d5efa0fbbb90645eb7d2ed Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Fri, 13 Mar 2020 12:59:18 -0700 Subject: [PATCH] u-boot-boundary: Add support for nitrogen8mm Support building of u-boot for nitrogen8mm machine Signed-off-by: Chris Dimich --- recipes-bsp/u-boot/u-boot-boundary_2018.07.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb b/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb index d9417f5..d1386a7 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb @@ -7,11 +7,11 @@ PROVIDES += "u-boot" BOOT_TOOLS = "imx-boot-tools" -do_deploy_append_mx8mq () { +do_deploy_append_mx8 () { install -d ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS} } -COMPATIBLE_MACHINE = "(nitrogen6x-lite|nitrogen6x|nitrogen6sx|nitrogen7|nitrogen8m)" +COMPATIBLE_MACHINE = "(nitrogen6x-lite|nitrogen6x|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm)"