From: Zhenhua Luo Date: Wed, 2 Sep 2015 09:10:43 +0000 (+0800) Subject: t2080rdb(-64b): define HV_CFG_M in machine conf X-Git-Tag: 2.1~288 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2f71dc7f6caadc923037d1354629961b29e10ac;p=meta-freescale.git t2080rdb(-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/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index de5e18e9..5ad05354 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf @@ -21,6 +21,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 = "t2080rdb" + KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ t2080rdb-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 82a4ec36..405d0968 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf @@ -21,6 +21,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 = "t2080rdb" + KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ t2080rdb-usdpaa-shared-interfaces.dtb \ "