From: Zhenhua Luo Date: Wed, 2 Sep 2015 09:10:41 +0000 (+0800) Subject: t1042d4rdb(-64b): define HV_CFG_M in machine conf X-Git-Tag: 2.1~290 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9ddd13ac87b61525ed0ce3d391093b0bd1d0e869;p=meta-freescale.git t1042d4rdb(-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/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index 6b8642cb..25b7eac4 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-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 = "t1040rdb" + KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf index 11b5ebf4..3d6d2c81 100644 --- a/conf/machine/t1042d4rdb.conf +++ b/conf/machine/t1042d4rdb.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 = "t1040rdb" + KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"