diff options
| author | Ting Liu <ting.liu@freescale.com> | 2016-07-15 00:11:00 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-15 07:45:44 -0300 |
| commit | c244c884f4b09259fd4c7daea42d899e38cce9d1 (patch) | |
| tree | 72f0fc75904b9735c59e7f0ef07a48319aa3bdf9 /conf/machine/p2020rdb.conf | |
| parent | bed4f7b14b996d72a771fb46161b9c4be2bf2c43 (diff) | |
| download | meta-freescale-c244c884f4b09259fd4c7daea42d899e38cce9d1.tar.gz | |
remove not supported e500v2 machines
Remove the below machines which are not supported/tested:
bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds
p1023rdb, p1025twr, p2020rdb
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/p2020rdb.conf')
| -rw-r--r-- | conf/machine/p2020rdb.conf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf deleted file mode 100644 index 14e030b32..000000000 --- a/conf/machine/p2020rdb.conf +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@Name: Freescale P2020RDB | ||
| 3 | #@SOC: p2020 | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ P2020 Reference | ||
| 5 | # Design Board with ppce500v2 core | ||
| 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e500v2.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "p2020" | ||
| 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | ||
| 12 | |||
| 13 | UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard" | ||
| 14 | UBOOT_CONFIG[nor] = "P2020RDB-PC_config" | ||
| 15 | UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config" | ||
| 17 | UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config" | ||
| 18 | UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config" | ||
| 19 | UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config" | ||
| 20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config" | ||
| 21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config" | ||
| 22 | |||
| 23 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
| 24 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
| 25 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
| 26 | |||
| 27 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" | ||
| 28 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
| 29 | |||
| 30 | JFFS2_ERASEBLOCK = "0x20000" | ||
| 31 | |||
| 32 | USE_VT ?= "0" | ||
