diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-06-23 10:35:32 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:35:32 +0800 |
| commit | b760aac58cd984b3d6d840869d0cef6fe59845fd (patch) | |
| tree | c3acfedfe7a01730643441a82b82025a1208ac5d /conf | |
| parent | a77d30b9ea17bad2388dc325004b815e74a653f2 (diff) | |
| download | meta-fsl-ppc-b760aac58cd984b3d6d840869d0cef6fe59845fd.tar.gz | |
p5020: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/p5020ds-64b.conf | 2 | ||||
| -rw-r--r-- | conf/machine/p5020ds.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf index b02de94..78c3f58 100644 --- a/conf/machine/p5020ds-64b.conf +++ b/conf/machine/p5020ds-64b.conf | |||
| @@ -22,3 +22,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_smp_defconfig" | |||
| 22 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
| 23 | 23 | ||
| 24 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | 24 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" |
| 25 | |||
| 26 | USE_VT ?= "0" | ||
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf index 95be344..d7dae82 100644 --- a/conf/machine/p5020ds.conf +++ b/conf/machine/p5020ds.conf | |||
| @@ -21,5 +21,6 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 21 | 21 | ||
| 22 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
| 23 | 23 | ||
| 24 | |||
| 25 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | 24 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" |
| 25 | |||
| 26 | USE_VT ?= "0" | ||
