aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p2020rdb.conf
blob: 36210311306d311d0258529341632f942fa64f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#@TYPE: Machine
#@Name: Freescale P2020RDB
#@SOC: p2020
#@DESCRIPTION: Machine configuration for Freescale QorIQ P2020 Reference
#              Design Board with ppce500v2 core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

require conf/machine/include/e500v2.inc

SOC_FAMILY = "p2020"
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
UBOOT_CONFIG[nor] = "P2020RDB-PC_config"
UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config"
UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config"
UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config"
UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config"
UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config"
UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config"
UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config"
KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"

JFFS2_ERASEBLOCK = "0x20000"