[meta-freescale] [meta-fsl-ppc][PATCH 03/31] c293pcie: disable virtual terminal support
ting.liu at nxp.com
ting.liu at nxp.com
Fri Jun 17 00:45:37 PDT 2016
From: Ting Liu <ting.liu at nxp.com>
Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
conf/machine/c293pcie.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index a80e4e3..7cc088c 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -8,7 +8,7 @@
require conf/machine/include/e500v2.inc
SOC_FAMILY = "c293pcie"
-BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
+
UBOOT_CONFIG ??= "spi secboot spi-secboot nor"
UBOOT_CONFIG[nor] = "C29XPCIE_config"
UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
@@ -18,4 +18,6 @@ UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
+BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
JFFS2_ERASEBLOCK = "0x10000"
+USE_VT ?= "0"
--
1.9.2
More information about the meta-freescale
mailing list