summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds-64b.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-11-01 23:12:14 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-21 11:38:07 +0800
commit6dbd0f03212942bacfcdb920fd8970812e70636c (patch)
tree020a3bf6e95d7f091492f8228b2ea3e07cebaef7 /conf/machine/t4240qds-64b.conf
parent0dc754eb5f4d205c66216b551c8367a1cf611e67 (diff)
downloadmeta-fsl-ppc-6dbd0f03212942bacfcdb920fd8970812e70636c.tar.gz
conf/machine/*: make KERNEL_DEVICETREE overridable
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/t4240qds-64b.conf')
-rw-r--r--conf/machine/t4240qds-64b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index ac5cd4a..4ea62c5 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "t4240" 7SOC_FAMILY = "t4240"
8# TODO: fix 32bit build of u-boot 8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "T4240QDS" 9UBOOT_MACHINES ?= "T4240QDS"
10KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" 10KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x10000" 13JFFS2_ERASEBLOCK = "0x10000"