From 534d90615a62dbfb81be279617748c2762be29aa Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 2 Sep 2015 17:10:40 +0800 Subject: t1040d4rdb(-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 --- conf/machine/t1040d4rdb-64b.conf | 2 ++ conf/machine/t1040d4rdb.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/machine/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf index 790dd305..9ce616db 100644 --- a/conf/machine/t1040d4rdb-64b.conf +++ b/conf/machine/t1040d4rdb-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 ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf index abdbe6e3..d4b4aefb 100644 --- a/conf/machine/t1040d4rdb.conf +++ b/conf/machine/t1040d4rdb.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 ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" -- cgit v1.2.3-54-g00ecf