From 0dff68f9a79294e15ff33644078440116466d273 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 15 Jun 2016 17:06:49 +0800 Subject: t4160: disable virtual terminal support Signed-off-by: Ting Liu --- 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" -- cgit v1.2.3-54-g00ecf