diff options
Diffstat (limited to 'conf/machine/p1010rdb.conf')
-rw-r--r-- | conf/machine/p1010rdb.conf | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf deleted file mode 100644 index eddd665b..00000000 --- a/conf/machine/p1010rdb.conf +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1010RDB | ||
3 | #@SOC: p1010 | ||
4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ P1010 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 = "p1010" | ||
11 | BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" | ||
12 | |||
13 | UBOOT_CONFIG ??= "nor nand spi 36bit-nor 36bit-nand 36bit-spi \ | ||
14 | 36bit-nand-secboot 36bit-nor-secboot 36bit-spi-secboot nand-secboot \ | ||
15 | nor-secboot spi-secboot" | ||
16 | UBOOT_CONFIG[nor] = "P1010RDB-PB_NOR_config" | ||
17 | UBOOT_CONFIG[nand] = "P1010RDB-PB_NAND_config" | ||
18 | UBOOT_CONFIG[spi] = "P1010RDB-PB_SPIFLASH_config" | ||
19 | UBOOT_CONFIG[36bit-nor] = "P1010RDB-PB_36BIT_NOR_config" | ||
20 | UBOOT_CONFIG[36bit-nand] = "P1010RDB-PB_36BIT_NAND_config" | ||
21 | UBOOT_CONFIG[36bit-spi] = "P1010RDB-PB_36BIT_SPIFLASH_config" | ||
22 | UBOOT_CONFIG[36bit-nand-secboot] = "P1010RDB-PB_36BIT_NAND_SECBOOT_config" | ||
23 | UBOOT_CONFIG[36bit-nor-secboot] = "P1010RDB-PB_36BIT_NOR_SECBOOT_config" | ||
24 | UBOOT_CONFIG[36bit-spi-secboot] = "P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_config" | ||
25 | UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config" | ||
26 | UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config" | ||
27 | UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config" | ||
28 | |||
29 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
30 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
31 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
32 | |||
33 | KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" | ||
34 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
35 | |||
36 | JFFS2_ERASEBLOCK = "0x20000" | ||
37 | |||
38 | USE_VT ?= "0" | ||