From 9f884314e300b99de8cb72529db3a46f37438604 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 2 Sep 2015 17:10:44 +0800 Subject: t4240qds(-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/t4240qds-64b.conf | 2 ++ conf/machine/t4240qds.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 3c3dfb73..93c28c41 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf @@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl" UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" +HV_CFG_M = "t4240qds" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 2bab3f15..13e9576e 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl" UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" +HV_CFG_M = "t4240qds" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " -- cgit v1.2.3-54-g00ecf