From: Zhenhua Luo Date: Wed, 2 Sep 2015 09:10:44 +0000 (+0800) Subject: t4240qds(-64b): define HV_CFG_M in machine conf X-Git-Tag: 2.1~287 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9f884314e300b99de8cb72529db3a46f37438604;p=meta-freescale.git t4240qds(-64b): define HV_CFG_M in machine conf HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 3c3dfb73..93c28c41 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf @@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl" UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" +HV_CFG_M = "t4240qds" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 2bab3f15..13e9576e 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl" UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" +HV_CFG_M = "t4240qds" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ "