[meta-freescale] [PATCH 08/15] t1024rdb(-64b): define HV_CFG_M in machine conf

Zhenhua Luo zhenhua.luo at freescale.com
Wed Sep 2 02:10:39 PDT 2015


HV_CFG_M defines the path of hv-cfg devicetree binary.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/t1024rdb-64b.conf | 2 ++
 conf/machine/t1024rdb.conf     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index ea313fe..e69fcd2 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
 UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
 UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
 
+HV_CFG_M = "t1024rdb"
+
 KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 0fe762d..22c9436 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
 UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
 UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
 
+HV_CFG_M = "t1024rdb"
+
 KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
-- 
2.4.3



More information about the meta-freescale mailing list