diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-02 17:10:40 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:18 -0300 |
commit | 534d90615a62dbfb81be279617748c2762be29aa (patch) | |
tree | 8e5a5d43b181e814bf9f818375e72523dc43242b /conf | |
parent | 9d9ef26b7eba3d0f2af569279c1cfc7e0d14b464 (diff) | |
download | meta-freescale-534d90615a62dbfb81be279617748c2762be29aa.tar.gz |
t1040d4rdb(-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')
-rw-r--r-- | conf/machine/t1040d4rdb-64b.conf | 2 | ||||
-rw-r--r-- | conf/machine/t1040d4rdb.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf index 790dd305..9ce616db 100644 --- a/conf/machine/t1040d4rdb-64b.conf +++ b/conf/machine/t1040d4rdb-64b.conf | |||
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
22 | 22 | ||
23 | HV_CFG_M = "t1040rdb" | ||
24 | |||
23 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" | 25 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" |
24 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | 26 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" |
25 | 27 | ||
diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf index abdbe6e3..d4b4aefb 100644 --- a/conf/machine/t1040d4rdb.conf +++ b/conf/machine/t1040d4rdb.conf | |||
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
22 | 22 | ||
23 | HV_CFG_M = "t1040rdb" | ||
24 | |||
23 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" | 25 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" |
24 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | 26 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" |
25 | 27 | ||