summaryrefslogtreecommitdiffstats
path: root/conf/machine/p3041ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p3041ds.conf')
-rw-r--r--conf/machine/p3041ds.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 01c51e4..8fca5b4 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -7,8 +7,12 @@
7require conf/machine/include/e500mc.inc 7require conf/machine/include/e500mc.inc
8 8
9SOC_FAMILY = "p3041" 9SOC_FAMILY = "p3041"
10UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH" 10UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT \
11KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb" 11 P3041DS_SDCARD P3041DS_SPIFLASH \
12"
13KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb \
14 p3041ds-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"