summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4160qds.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-11-01 23:13:23 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-21 11:38:07 +0800
commit40465bac88ca28b554cff35346341d19552548bf (patch)
treee6474050629e8820901c535ab39129b486328da4 /conf/machine/t4160qds.conf
parent6dbd0f03212942bacfcdb920fd8970812e70636c (diff)
downloadmeta-fsl-ppc-dora.tar.gz
conf/machine/*: make KERNEL_DEFCONFIG overridabledora
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/t4160qds.conf')
-rw-r--r--conf/machine/t4160qds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index cf3a304..34b2b2e 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "t4160" 7SOC_FAMILY = "t4160"
8UBOOT_MACHINES ?= "T4160QDS" 8UBOOT_MACHINES ?= "T4160QDS"
9KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 9KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 10KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13