aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p1023rdb.conf
blob: af93d1e1001a0542fbc92636e251bc9fa67f2c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#@TYPE: Machine
#@NAME: Freescale P1023RDB
#@SOC: p1023
#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023 Reference
#              Design Board, revA with ppce500v2 core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

require conf/machine/include/e500v2.inc

SOC_FAMILY = "p1023"
UBOOT_CONFIG ??= "nor"
UBOOT_CONFIG[nor] = "P1023RDB_config"
KERNEL_DEVICETREE ?= "p1023rdb.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

EXTRA_IMAGEDEPENDS += "fm-ucode"