summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:15:14 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:36:38 +0800
commit5ecab1585b444096f8d145868f445e25e5d3f977 (patch)
tree32618f3037d15abe6148cb29c45ef8491060ef35
parent5aa6a854957497bed1d9f5e5558c8e439041883f (diff)
downloadmeta-fsl-ppc-5ecab1585b444096f8d145868f445e25e5d3f977.tar.gz
t1024: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/t1024rdb-64b.conf2
-rw-r--r--conf/machine/t1024rdb.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 9c86430..4afb7af 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -19,5 +19,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
21QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin" 21QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
22
23EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" 22EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
23USE_VT ?= "0"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 4f6c3aa..2004018 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -19,5 +19,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
21QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin" 21QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
22
23EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" 22EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
23USE_VT ?= "0"