[meta-freescale] [meta-fsl-ppc][PATCH 13/31] t4160: disable virtual terminal support

ting.liu at nxp.com ting.liu at nxp.com
Fri Jun 17 00:45:47 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/t4160qds-64b.conf | 4 +++-
 conf/machine/t4160qds.conf     | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index c953ee5..75e4d0f 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -8,12 +8,14 @@
 require conf/machine/include/e6500-64b.inc
 
 SOC_FAMILY = "t4:t4160"
+
 UBOOT_CONFIG ??= "secure-boot nor"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
-
 EXTRA_IMAGEDEPENDS += "fm-ucode"
+USE_VT ?= "0"
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 90f7fbb..58442c5 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -8,12 +8,16 @@
 require conf/machine/include/e6500.inc
 
 SOC_FAMILY = "t4:t4160"
-UBOOT_CONFIG ??= "nor"
+
+UBOOT_CONFIG ??= "secure-boot nor"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode"
+
+USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list