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