From cbfb8dc35c3ad5d679cd20c6509bf579225e016a Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 9 Apr 2012 14:09:15 +0800 Subject: Add more supported u-boot types for dpaa targets Signed-off-by: Chunrong Guo Signed-off-by: Zhenhua Luo --- conf/machine/p2041rdb.conf | 2 +- conf/machine/p3041ds.conf | 2 +- conf/machine/p3060qds.conf | 2 +- conf/machine/p4080ds.conf | 2 +- conf/machine/p5020ds.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index 83dc852..014699e 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf @@ -3,7 +3,7 @@ require e500mc.inc -UBOOT_MACHINES = "P2041RDB" +UBOOT_MACHINES = "P2041RDB P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \ ${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index 8331292..2bdfb33 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf @@ -3,7 +3,7 @@ require e500mc.inc -UBOOT_MACHINES = "P3041DS" +UBOOT_MACHINES = "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SRIOBOOT_MASTER P3041DS_SRIOBOOT_SLAVE P3041DS_SDCARD P3041DS_SPIFLASH" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts \ ${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" diff --git a/conf/machine/p3060qds.conf b/conf/machine/p3060qds.conf index dd872c9..4cfc85e 100644 --- a/conf/machine/p3060qds.conf +++ b/conf/machine/p3060qds.conf @@ -3,7 +3,7 @@ require e500mc.inc -UBOOT_MACHINES = "P3060QDS" +UBOOT_MACHINES = "P3060QDS P3060QDS_NAND P3060QDS_SECURE_BOOT " KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3060qds.dts \ ${S}/arch/powerpc/boot/dts/p3060qds-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 96d082c..66a9554 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf @@ -3,7 +3,7 @@ require e500mc.inc -UBOOT_MACHINES = "P4080DS" +UBOOT_MACHINES = "P4080DS P4080DS_SECURE_BOOT P4080DS_SRIOBOOT_MASTER P4080DS_SRIOBOOT_SLAVE P4080DS_SDCARD P4080DS_SPIFLASH " KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \ ${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf index 296fd4e..84de757 100644 --- a/conf/machine/p5020ds.conf +++ b/conf/machine/p5020ds.conf @@ -3,7 +3,7 @@ require e5500.inc -UBOOT_MACHINES = "P5020DS" +UBOOT_MACHINES = "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SRIOBOOT_MASTER P5020DS_SRIOBOOT_SLAVE P5020DS_SDCARD P5020DS_SPIFLASH " KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \ ${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" -- cgit v1.2.3-54-g00ecf