summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:06:49 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:41:54 +0800
commit0dff68f9a79294e15ff33644078440116466d273 (patch)
tree719a8cdeea81dc5d9c78184d0b2032305c451a9d
parent44d02bcd3e0676c919c898d9146c4d446b1f0778 (diff)
downloadmeta-fsl-ppc-0dff68f9a79294e15ff33644078440116466d273.tar.gz
t4160: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/t4160qds-64b.conf4
-rw-r--r--conf/machine/t4160qds.conf6
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 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t4:t4160" 10SOC_FAMILY = "t4:t4160"
11
11UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
12UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
13UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
15
14KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
15KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
16 18
17JFFS2_ERASEBLOCK = "0x10000" 19JFFS2_ERASEBLOCK = "0x10000"
18
19EXTRA_IMAGEDEPENDS += "fm-ucode" 20EXTRA_IMAGEDEPENDS += "fm-ucode"
21USE_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 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t4:t4160" 10SOC_FAMILY = "t4:t4160"
11UBOOT_CONFIG ??= "nor" 11
12UBOOT_CONFIG ??= "secure-boot nor"
12UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
13UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
15
14KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
15KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
16 18
17JFFS2_ERASEBLOCK = "0x10000" 19JFFS2_ERASEBLOCK = "0x10000"
18 20
19EXTRA_IMAGEDEPENDS += "fm-ucode" 21EXTRA_IMAGEDEPENDS += "fm-ucode"
22
23USE_VT ?= "0"