summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4160qds-64b.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t4160qds-64b.conf')
-rw-r--r--conf/machine/t4160qds-64b.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index 1865078..3f35e57 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -5,16 +5,11 @@
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8require conf/machine/include/soc-family.inc
9 8
10SOC_FAMILY = "t4160" 9SOC_FAMILY = "t4160"
11# TODO: fix 32bit build of u-boot
12UBOOT_MACHINES ?= "T4160QDS" 10UBOOT_MACHINES ?= "T4160QDS"
13KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
15 13
16JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
17 15
18SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
19SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
20USE_VT = "0"