summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4160qds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-11-30 09:55:31 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:02:04 -0600
commitc00fe318ecfb3d06e4167d4981ccf56e9e72e074 (patch)
tree2ab9c43bd63c5a9ad41c42bec24119a0114754b3 /conf/machine/t4160qds.conf
parent26b843dd45ff189068dea52ea885da5e5537dc93 (diff)
downloadmeta-fsl-ppc-c00fe318ecfb3d06e4167d4981ccf56e9e72e074.tar.gz
add machine configure files for t4160qds and t4160qds-64b
currently the only difference of t4160qds and t4240qds is u-boot configure, the others are shared. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'conf/machine/t4160qds.conf')
-rw-r--r--conf/machine/t4160qds.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
new file mode 100644
index 0000000..a8d6a7e
--- /dev/null
+++ b/conf/machine/t4160qds.conf
@@ -0,0 +1,18 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running T4160QDS in 32-bit mode
3
4require e6500.inc
5
6UBOOT_MACHINES ?= "T4160QDS"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
8 ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
10
11JFFS2_ERASEBLOCK = "0x10000"
12
13SYSVINIT_ENABLED_GETTYS = ""
14USE_VT = ""
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_VT = "0"
18BUILD_64BIT_KERNEL = "1"