From e6cb0dba0757186c3e84488fa5e45e67532cf367 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 15 Jun 2016 17:09:00 +0800 Subject: t4240: disable virtual terminal support Signed-off-by: Ting Liu --- conf/machine/t4240qds-64b.conf | 4 +++- conf/machine/t4240qds.conf | 4 +++- conf/machine/t4240rdb-64b.conf | 3 ++- conf/machine/t4240rdb.conf | 4 +++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 5670018..c5fbe49 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf @@ -8,14 +8,16 @@ require conf/machine/include/e6500-64b.inc SOC_FAMILY = "t4:t4240" + UBOOT_CONFIG ??= "secure-boot nor" UBOOT_CONFIG[nor] = "T4240QDS_config" UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" - EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" +USE_VT ?= "0" diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index bbe0042..d8ca3cf 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -8,14 +8,16 @@ require conf/machine/include/e6500.inc SOC_FAMILY = "t4:t4240" + UBOOT_CONFIG ??= "secure-boot nor" UBOOT_CONFIG[nor] = "T4240QDS_config" UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" - EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" +USE_VT ?= "0" diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf index 413214c..c9a2da6 100644 --- a/conf/machine/t4240rdb-64b.conf +++ b/conf/machine/t4240rdb-64b.conf @@ -8,6 +8,7 @@ require conf/machine/include/e6500-64b.inc SOC_FAMILY = "t4:t4240" + UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "T4240RDB_config" @@ -17,5 +18,5 @@ KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" - EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" +USE_VT ?= "0" diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 9b6056b..fa4c0b0 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf @@ -8,13 +8,15 @@ require conf/machine/include/e6500.inc SOC_FAMILY = "t4:t4240" + UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "T4240RDB_config" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ " KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" - EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" +USE_VT ?= "0" -- cgit v1.2.3-54-g00ecf