diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-06-15 17:22:33 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:18:01 +0800 |
| commit | 8d47e1820e552a41866798224808c0441cde61d8 (patch) | |
| tree | b3f88b97f0ff77a1d84f16810797893da2da9c88 /conf | |
| parent | 7d215badc891f8810308d023bad8d1ab7483b081 (diff) | |
| download | meta-fsl-ppc-8d47e1820e552a41866798224808c0441cde61d8.tar.gz | |
c293pcie: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/c293pcie.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 8 | require conf/machine/include/e500v2.inc | 8 | require conf/machine/include/e500v2.inc |
| 9 | 9 | ||
| 10 | SOC_FAMILY = "c293pcie" | 10 | SOC_FAMILY = "c293pcie" |
| 11 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" | 11 | |
| 12 | UBOOT_CONFIG ??= "spi secboot spi-secboot nor" | 12 | UBOOT_CONFIG ??= "spi secboot spi-secboot nor" |
| 13 | UBOOT_CONFIG[nor] = "C29XPCIE_config" | 13 | UBOOT_CONFIG[nor] = "C29XPCIE_config" |
| 14 | UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" | 14 | UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" |
| @@ -18,4 +18,6 @@ UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config" | |||
| 18 | KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" | 18 | KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" |
| 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 20 | 20 | ||
| 21 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" | ||
| 21 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
| 23 | USE_VT ?= "0" | ||
