diff options
| -rw-r--r-- | conf/machine/mpc8536ds.conf | 3 | ||||
| -rw-r--r-- | conf/machine/mpc8548cds.conf | 5 | ||||
| -rw-r--r-- | conf/machine/mpc8572ds.conf | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf index eac14ac..babca86 100644 --- a/conf/machine/mpc8536ds.conf +++ b/conf/machine/mpc8536ds.conf | |||
| @@ -6,7 +6,8 @@ require e500v2.inc | |||
| 6 | 6 | ||
| 7 | BOOTFORMAT_CONFIG = "config_ddr2_512m_mpc8536ds_667M.dat" | 7 | BOOTFORMAT_CONFIG = "config_ddr2_512m_mpc8536ds_667M.dat" |
| 8 | UBOOT_MACHINES ?= "MPC8536DS MPC8536DS_36BIT MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH" | 8 | UBOOT_MACHINES ?= "MPC8536DS MPC8536DS_36BIT MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH" |
| 9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts" | 9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts \ |
| 10 | ${S}/arch/powerpc/boot/dts/mpc8536ds_36b.dts" | ||
| 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 11 | 12 | ||
| 12 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf index 71f4669..631c4cb 100644 --- a/conf/machine/mpc8548cds.conf +++ b/conf/machine/mpc8548cds.conf | |||
| @@ -4,8 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | require e500v2.inc | 5 | require e500v2.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINES ?= "MPC8548CDS" | 7 | UBOOT_MACHINES ?= "MPC8548CDS MPC8548CDS_36BIT" |
| 8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts" | 8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts \ |
| 9 | ${S}/arch/powerpc/boot/dts/mpc8548cds_36b.dts" | ||
| 9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 10 | 11 | ||
| 11 | JFFS2_ERASEBLOCK = "0x20000" | 12 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/conf/machine/mpc8572ds.conf b/conf/machine/mpc8572ds.conf index 51d3c52..1c06b53 100644 --- a/conf/machine/mpc8572ds.conf +++ b/conf/machine/mpc8572ds.conf | |||
| @@ -3,8 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | require e500v2.inc | 4 | require e500v2.inc |
| 5 | 5 | ||
| 6 | UBOOT_MACHINES ?= "MPC8572DS" | 6 | UBOOT_MACHINES ?= "MPC8572DS MPC8572DS_36BIT MPC8572DS_NAND" |
| 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts" | 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts \ |
| 8 | ${S}/arch/powerpc/boot/dts/mpc8572ds_36b.dts" | ||
| 8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
| 9 | 10 | ||
| 10 | JFFS2_ERASEBLOCK = "0x20000" | 11 | JFFS2_ERASEBLOCK = "0x20000" |
