summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.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/t4240qds.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/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 4aa36a2..a348fe1 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x10000" 13JFFS2_ERASEBLOCK = "0x10000"
14 14
15SYSVINIT_ENABLED_GETTYS = ""
16USE_VT = ""
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0" 17USE_VT = "0"