From: Zhenhua Luo Date: Wed, 2 Sep 2015 09:10:45 +0000 (+0800) Subject: t4240rdb(-64b): define HV_CFG_M in machine conf X-Git-Tag: 2.1~286 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fb8aa50fa4df6620bec93ccf18fd5952c326e980;p=meta-freescale.git t4240rdb(-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/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf index c85e2952..a88ee5d9 100644 --- a/conf/machine/t4240rdb-64b.conf +++ b/conf/machine/t4240rdb-64b.conf @@ -16,6 +16,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 = "t4240rdb" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 2af93951..1f014f40 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf @@ -16,6 +16,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 = "t4240rdb" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ "