From c14fa7277c3b827f67310954108b58a8ef39c232 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 22 May 2019 13:52:36 -0500 Subject: [PATCH] imx-boot: Drop independent DCD component The DCD component has moved into the firmware. Signed-off-by: Tom Hochstein --- recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index bd57dd03..13e161ac 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb @@ -41,10 +41,6 @@ ATF_MACHINE_NAME_mx8mq = "bl31-imx8mq.bin" ATF_MACHINE_NAME_mx8mm = "bl31-imx8mm.bin" ATF_MACHINE_NAME_append = "${@bb.utils.contains('COMBINED_FEATURES', 'optee', '-optee', '', d)}" -DCD_NAME ?= "imx8qm_dcd.cfg.tmp" -DCD_NAME_mx8qm = "imx8qm_dcd.cfg.tmp" -DCD_NAME_mx8qxp = "imx8qx_dcd.cfg.tmp" - UBOOT_NAME = "u-boot-${MACHINE}.bin-${UBOOT_CONFIG}" BOOT_CONFIG_MACHINE = "${BOOT_NAME}-${MACHINE}-${UBOOT_CONFIG}.bin" @@ -141,15 +137,11 @@ deploy_mx8m() { } deploy_mx8() { install -d ${DEPLOYDIR}/${BOOT_TOOLS} - install -m 0644 ${BOOT_STAGING}/${DCD_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0644 ${BOOT_STAGING}/mx8qm-ahab-container.img ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0755 ${S}/${TOOLS_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} } deploy_mx8x() { install -d ${DEPLOYDIR}/${BOOT_TOOLS} - if [ "${MACHINE}" = "imx8qxpa0mek" ]; then - install -m 0644 ${BOOT_STAGING}/${DCD_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} - fi install -m 0644 ${BOOT_STAGING}/mx8qx-ahab-container.img ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0755 ${S}/${TOOLS_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} } -- 2.40.1