summaryrefslogtreecommitdiffstats
path: root/conf/machine/p5020ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p5020ds.conf')
-rw-r--r--conf/machine/p5020ds.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index 7effe1e..57de0ca 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -7,8 +7,12 @@
7require conf/machine/include/e5500.inc 7require conf/machine/include/e5500.inc
8 8
9SOC_FAMILY = "p5020" 9SOC_FAMILY = "p5020"
10UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH " 10UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT \
11KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb" 11 P5020DS_SDCARD P5020DS_SPIFLASH \
12"
13KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb \
14 p5020ds-usdpaa-shared-interfaces.dtb \
15"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 16KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
13 17
14JFFS2_ERASEBLOCK = "0x10000" 18JFFS2_ERASEBLOCK = "0x10000"