summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-04-10 07:02:37 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-04-11 11:18:14 +0800
commit053e33369633ca7cbbae29c6d3ac9de26a160a16 (patch)
treee380bb3aae11e3d11cd32b21c7b389bd0b4f3017 /conf/machine/b4420qds.conf
parent3312fd5ce9caced68eff577cd0e83ff1471b0612 (diff)
downloadmeta-fsl-ppc-053e33369633ca7cbbae29c6d3ac9de26a160a16.tar.gz
Remove unnecessary variables from machine conf
1. USE_VT = "" is duplicated with USE_VT = "0" and is removed. 2. SYSVINIT_ENABLED_GETTYS is useful when USE_VT = "1", so remove it. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'conf/machine/b4420qds.conf')
-rw-r--r--conf/machine/b4420qds.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 233d0e7..fe1a44e 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -11,8 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13
14SYSVINIT_ENABLED_GETTYS = ""
15USE_VT = ""
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_VT = "0" 16USE_VT = "0"