[meta-freescale] [meta-fsl-ppc][PATCH] remove mpc85xx machine conf

b40290 at freescale.com b40290 at freescale.com
Mon May 13 00:37:25 PDT 2013


From: Chunrong Guo <B40290 at freescale.com>

    *u-boot code base can not support mpc85xx for sdk 1.3.2

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
 conf/machine/mpc8536ds.conf  |   19 -------------------
 conf/machine/mpc8544ds.conf  |   17 -----------------
 conf/machine/mpc8548cds.conf |   18 ------------------
 conf/machine/mpc8572ds.conf  |   17 -----------------
 4 files changed, 0 insertions(+), 71 deletions(-)
 delete mode 100644 conf/machine/mpc8536ds.conf
 delete mode 100644 conf/machine/mpc8544ds.conf
 delete mode 100644 conf/machine/mpc8548cds.conf
 delete mode 100644 conf/machine/mpc8572ds.conf

diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf
deleted file mode 100644
index a72de6e..0000000
--- a/conf/machine/mpc8536ds.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale MPC8536DS
-#@DESCRIPTION: Machine configuration for the Freescale MPC8536DS
-
-require e500v2.inc
-require conf/machine/include/soc-family.inc
-
-SOC_FAMILY = "mpc8536"
-BOOTFORMAT_CONFIG = "config_ddr2_512m_mpc8536ds_667M.dat"
-UBOOT_MACHINES ?= "MPC8536DS MPC8536DS_36BIT MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts \
-                    ${S}/arch/powerpc/boot/dts/mpc8536ds_36b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
-USE_VT = "0"
diff --git a/conf/machine/mpc8544ds.conf b/conf/machine/mpc8544ds.conf
deleted file mode 100644
index 71a139a..0000000
--- a/conf/machine/mpc8544ds.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale MPC8544DS
-#@DESCRIPTION: Machine configuration for the Freescale MPC8544DS
-
-require e500v2.inc
-require conf/machine/include/soc-family.inc
-
-SOC_FAMILY = "mpc8544"
-UBOOT_MACHINES ?= "MPC8544DS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8544ds.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
-USE_VT = "0"
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
deleted file mode 100644
index c18da1f..0000000
--- a/conf/machine/mpc8548cds.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale MPC8548CDS
-#@DESCRIPTION: Machine configuration for the Freescale MPC8548CDS
-
-require e500v2.inc
-require conf/machine/include/soc-family.inc
-
-SOC_FAMILY = "mpc8548"
-UBOOT_MACHINES ?= "MPC8548CDS MPC8548CDS_36BIT"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts \
-                    ${S}/arch/powerpc/boot/dts/mpc8548cds_36b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
-USE_VT = "0"
diff --git a/conf/machine/mpc8572ds.conf b/conf/machine/mpc8572ds.conf
deleted file mode 100644
index eb915bb..0000000
--- a/conf/machine/mpc8572ds.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-#@TYPE: Machine
-#@DESCRIPTION: Machine configuration for running 
-
-require e500v2.inc
-require conf/machine/include/soc-family.inc
-
-SOC_FAMILY = "mpc8572"
-UBOOT_MACHINES ?= "MPC8572DS MPC8572DS_36BIT MPC8572DS_NAND"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts \
-                    ${S}/arch/powerpc/boot/dts/mpc8572ds_36b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
-USE_VT = "0"
-- 
1.7.5.4





More information about the meta-freescale mailing list