summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1024rdb-64b.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-02 17:10:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commit9d9ef26b7eba3d0f2af569279c1cfc7e0d14b464 (patch)
tree8d2cff315d4b8c75452bd2b460714cf230b26fd0 /conf/machine/t1024rdb-64b.conf
parent04d9b0ba5b8310ad6d2e9bc19a21477349a0e27f (diff)
downloadmeta-freescale-9d9ef26b7eba3d0f2af569279c1cfc7e0d14b464.tar.gz
t1024rdb(-64b): define HV_CFG_M in machine conf
HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t1024rdb-64b.conf')
-rw-r--r--conf/machine/t1024rdb-64b.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index ea313fe6..e69fcd23 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" 20UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
21UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" 21UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
22 22
23HV_CFG_M = "t1024rdb"
24
23KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" 25KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" 26KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
25 27