diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-04-10 07:02:37 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-04-11 11:18:14 +0800 |
| commit | 053e33369633ca7cbbae29c6d3ac9de26a160a16 (patch) | |
| tree | e380bb3aae11e3d11cd32b21c7b389bd0b4f3017 /conf/machine/b4420qds.conf | |
| parent | 3312fd5ce9caced68eff577cd0e83ff1471b0612 (diff) | |
| download | meta-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.conf | 2 |
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 | ||
| 12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
| 13 | 13 | ||
| 14 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 15 | USE_VT = "" | ||
| 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 18 | USE_VT = "0" | 16 | USE_VT = "0" |
