From fb8aa50fa4df6620bec93ccf18fd5952c326e980 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 2 Sep 2015 17:10:45 +0800 Subject: [PATCH] t4240rdb(-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/t4240rdb-64b.conf | 2 ++ conf/machine/t4240rdb.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf index c85e2952..a88ee5d9 100644 --- a/conf/machine/t4240rdb-64b.conf +++ b/conf/machine/t4240rdb-64b.conf @@ -16,6 +16,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 = "t4240rdb" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 2af93951..1f014f40 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf @@ -16,6 +16,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 = "t4240rdb" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ " -- 2.40.1