mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2026-01-27 11:52:04 +01:00
Fix below issue when compiling linux-qoriq: make[2]: *** No rule to make target 'arch/powerpc/boot/dts/p4080ds.dtb'. Signed-off-by: Ting Liu <ting.liu@nxp.com>
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@Name: NXP P2020RDB
|
|
#@SOC: p2020
|
|
#@DESCRIPTION: Machine configuration for NXP QorIQ P2020 Reference
|
|
# Design Board with ppce500v2 core
|
|
#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
|
|
|
|
require conf/machine/include/e500v2.inc
|
|
|
|
MACHINEOVERRIDES =. "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,,u-boot-with-dtb.bin"
|
|
UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot-with-spl.bin"
|
|
UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot-with-spl.bin"
|
|
UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot-with-spl.bin"
|
|
UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot-with-dtb.bin"
|
|
UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot-with-spl.bin"
|
|
UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin"
|
|
UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin"
|
|
|
|
KERNEL_DEVICETREE ?= "fsl/p2020rdb-pc_32b.dtb"
|
|
KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
|
|
|
|
JFFS2_ERASEBLOCK = "0x20000"
|
|
|
|
USE_VT ?= "0"
|