From: Zhenhua Luo Date: Wed, 2 Sep 2015 09:10:33 +0000 (+0800) Subject: b4860qds(-64b): define HV_CFG_M in machine conf X-Git-Tag: 2.1~298 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2720791e4328f0e2f8287bf260f495eaf3466fb3;p=meta-freescale.git b4860qds(-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/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf index 1a75a8cc..5df5e781 100644 --- a/conf/machine/b4860qds-64b.conf +++ b/conf/machine/b4860qds-64b.conf @@ -18,6 +18,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 = "b4860qds" + KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ b4860qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf index 970c11d2..e95c589e 100644 --- a/conf/machine/b4860qds.conf +++ b/conf/machine/b4860qds.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 = "b4860qds" + KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ b4860qds-usdpaa-shared-interfaces.dtb \ "