From 0f355a18c049ccab8350c60a9c3e57cf1ff42dcd Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 2 Sep 2015 17:10:42 +0800 Subject: t2080qds(-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/t2080qds-64b.conf | 2 ++ conf/machine/t2080qds.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf index eea51f509..5bea7d872 100644 --- a/conf/machine/t2080qds-64b.conf +++ b/conf/machine/t2080qds-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 = "t2080qds" + KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ t2080qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf index 68454bf0f..42b095f42 100644 --- a/conf/machine/t2080qds.conf +++ b/conf/machine/t2080qds.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 = "t2080qds" + KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ t2080qds-usdpaa-shared-interfaces.dtb \ " -- cgit v1.2.3-54-g00ecf