summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-11-20 13:34:57 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:02:00 -0600
commit26b843dd45ff189068dea52ea885da5e5537dc93 (patch)
treec119023fb0f145cac462821a305f1e42ff9d2ba7 /conf/machine/b4420qds.conf
parent217145273026906d45aeaff109cfed621cefaf62 (diff)
downloadmeta-fsl-ppc-26b843dd45ff189068dea52ea885da5e5537dc93.tar.gz
add machine configure files for b4420qds
add b4420qds and b4420qds-64b machine configure files Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'conf/machine/b4420qds.conf')
-rw-r--r--conf/machine/b4420qds.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
new file mode 100644
index 0000000..e4527d7
--- /dev/null
+++ b/conf/machine/b4420qds.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode
3
4require e6500.inc
5
6UBOOT_MACHINES ?= "B4420QDS"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
9
10JFFS2_ERASEBLOCK = "0x10000"
11
12SYSVINIT_ENABLED_GETTYS = ""
13USE_VT = ""
14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
16USE_VT = "0"
17BUILD_64BIT_KERNEL = "1"