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 | |
| 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>
30 files changed, 0 insertions, 60 deletions
diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf index 4e8ba85..8ab1d29 100644 --- a/conf/machine/b4420qds-64b.conf +++ b/conf/machine/b4420qds-64b.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
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" |
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 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf index 4cdbd22..1143a65 100644 --- a/conf/machine/b4860qds.conf +++ b/conf/machine/b4860qds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf index e515566..a72de6e 100644 --- a/conf/machine/mpc8536ds.conf +++ b/conf/machine/mpc8536ds.conf | |||
| @@ -14,8 +14,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | |||
| 14 | 14 | ||
| 15 | JFFS2_ERASEBLOCK = "0x20000" | 15 | JFFS2_ERASEBLOCK = "0x20000" |
| 16 | 16 | ||
| 17 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 18 | USE_VT = "" | ||
| 19 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 20 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 21 | USE_VT = "0" | 19 | USE_VT = "0" |
diff --git a/conf/machine/mpc8544ds.conf b/conf/machine/mpc8544ds.conf index 2cacf35..71a139a 100644 --- a/conf/machine/mpc8544ds.conf +++ b/conf/machine/mpc8544ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf index b3a91d9..c18da1f 100644 --- a/conf/machine/mpc8548cds.conf +++ b/conf/machine/mpc8548cds.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/mpc8572ds.conf b/conf/machine/mpc8572ds.conf index 7e598f0..eb915bb 100644 --- a/conf/machine/mpc8572ds.conf +++ b/conf/machine/mpc8572ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf index bdca3c8..ccc5053 100644 --- a/conf/machine/p1010rdb.conf +++ b/conf/machine/p1010rdb.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p1020mbg.conf b/conf/machine/p1020mbg.conf index b6182bf..b83af81 100644 --- a/conf/machine/p1020mbg.conf +++ b/conf/machine/p1020mbg.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf index 3f4e819..70132c5 100644 --- a/conf/machine/p1020rdb.conf +++ b/conf/machine/p1020rdb.conf | |||
| @@ -14,8 +14,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 14 | 14 | ||
| 15 | JFFS2_ERASEBLOCK = "0x20000" | 15 | JFFS2_ERASEBLOCK = "0x20000" |
| 16 | 16 | ||
| 17 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 18 | USE_VT = "" | ||
| 19 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 20 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 21 | USE_VT = "0" | 19 | USE_VT = "0" |
diff --git a/conf/machine/p1020utm.conf b/conf/machine/p1020utm.conf index 5b8ea27..6751cd8 100644 --- a/conf/machine/p1020utm.conf +++ b/conf/machine/p1020utm.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf index ad7e54f..c1657a4 100644 --- a/conf/machine/p1021rdb.conf +++ b/conf/machine/p1021rdb.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf index 20389a2..f604ea1 100644 --- a/conf/machine/p1022ds.conf +++ b/conf/machine/p1022ds.conf | |||
| @@ -22,8 +22,6 @@ XSERVER = " \ | |||
| 22 | 22 | ||
| 23 | JFFS2_ERASEBLOCK = "0x20000" | 23 | JFFS2_ERASEBLOCK = "0x20000" |
| 24 | 24 | ||
| 25 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 26 | USE_VT = "" | ||
| 27 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 25 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 28 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 29 | USE_VT = "0" | 27 | USE_VT = "0" |
diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf index 189c5c0..fd79a1e 100644 --- a/conf/machine/p1023rds.conf +++ b/conf/machine/p1023rds.conf | |||
| @@ -13,8 +13,6 @@ PREFERRED_VERSION_fmc = "0.9.23" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p1024rdb.conf b/conf/machine/p1024rdb.conf index 58c0865..524b9d1 100644 --- a/conf/machine/p1024rdb.conf +++ b/conf/machine/p1024rdb.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p1025rdb.conf b/conf/machine/p1025rdb.conf index a7071cb..18ccd2e 100644 --- a/conf/machine/p1025rdb.conf +++ b/conf/machine/p1025rdb.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf index 21f62de..9ca1617 100644 --- a/conf/machine/p2020ds.conf +++ b/conf/machine/p2020ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf index 67856b3..b703b9f 100644 --- a/conf/machine/p2020rdb.conf +++ b/conf/machine/p2020rdb.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index ea1594f..2f96ce6 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index bf03649..6fb80e1 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 332a39f..daa929a 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf index 75be7fd..e67ad1e 100644 --- a/conf/machine/p5020ds-64b.conf +++ b/conf/machine/p5020ds-64b.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf index 06b4f7c..d4ce3d3 100644 --- a/conf/machine/p5020ds.conf +++ b/conf/machine/p5020ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf index 68a5a32..2a885b7 100644 --- a/conf/machine/p5040ds-64b.conf +++ b/conf/machine/p5040ds-64b.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index e1db069..c7d253f 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf index eceb065..e8d4475 100644 --- a/conf/machine/t4160qds-64b.conf +++ b/conf/machine/t4160qds-64b.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf index 4ae03bc..71b4efb 100644 --- a/conf/machine/t4160qds.conf +++ b/conf/machine/t4160qds.conf | |||
| @@ -12,8 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | |||
| 12 | 12 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 8aae528..31345b1 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf | |||
| @@ -13,8 +13,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | |||
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 15 | 15 | ||
| 16 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 17 | USE_VT = "" | ||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 20 | USE_VT = "0" | 18 | USE_VT = "0" |
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 | ||
| 13 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
| 14 | 14 | ||
| 15 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 16 | USE_VT = "" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 19 | USE_VT = "0" | 17 | USE_VT = "0" |
