[U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support

Masahiro Yamada yamada.masahiro at socionext.com
Tue Sep 1 15:28:52 CEST 2015


This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 arch/powerpc/cpu/mpc85xx/Kconfig        |   4 -
 board/freescale/mpc8548cds/Kconfig      |  12 -
 board/freescale/mpc8548cds/MAINTAINERS  |   8 -
 board/freescale/mpc8548cds/Makefile     |  12 -
 board/freescale/mpc8548cds/ddr.c        |  56 ---
 board/freescale/mpc8548cds/law.c        |  19 -
 board/freescale/mpc8548cds/mpc8548cds.c | 358 -------------------
 board/freescale/mpc8548cds/tlb.c        |  87 -----
 configs/MPC8548CDS_36BIT_defconfig      |   6 -
 configs/MPC8548CDS_defconfig            |   5 -
 configs/MPC8548CDS_legacy_defconfig     |   6 -
 doc/README.scrapyard                    |   1 +
 include/configs/MPC8548CDS.h            | 604 --------------------------------
 13 files changed, 1 insertion(+), 1177 deletions(-)
 delete mode 100644 board/freescale/mpc8548cds/Kconfig
 delete mode 100644 board/freescale/mpc8548cds/MAINTAINERS
 delete mode 100644 board/freescale/mpc8548cds/Makefile
 delete mode 100644 board/freescale/mpc8548cds/ddr.c
 delete mode 100644 board/freescale/mpc8548cds/law.c
 delete mode 100644 board/freescale/mpc8548cds/mpc8548cds.c
 delete mode 100644 board/freescale/mpc8548cds/tlb.c
 delete mode 100644 configs/MPC8548CDS_36BIT_defconfig
 delete mode 100644 configs/MPC8548CDS_defconfig
 delete mode 100644 configs/MPC8548CDS_legacy_defconfig
 delete mode 100644 include/configs/MPC8548CDS.h

diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 4a41a1f..6a9cc13 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -46,9 +46,6 @@ config TARGET_P5040DS
 config TARGET_MPC8536DS
 	bool "Support MPC8536DS"
 
-config TARGET_MPC8548CDS
-	bool "Support MPC8548CDS"
-
 config TARGET_MPC8555CDS
 	bool "Support MPC8555CDS"
 
@@ -148,7 +145,6 @@ source "board/freescale/bsc9132qds/Kconfig"
 source "board/freescale/c29xpcie/Kconfig"
 source "board/freescale/corenet_ds/Kconfig"
 source "board/freescale/mpc8536ds/Kconfig"
-source "board/freescale/mpc8548cds/Kconfig"
 source "board/freescale/mpc8555cds/Kconfig"
 source "board/freescale/mpc8560ads/Kconfig"
 source "board/freescale/mpc8568mds/Kconfig"
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
deleted file mode 100644
index 09f3b0b..0000000
diff --git a/board/freescale/mpc8548cds/MAINTAINERS b/board/freescale/mpc8548cds/MAINTAINERS
deleted file mode 100644
index 6f22922..0000000
diff --git a/board/freescale/mpc8548cds/Makefile b/board/freescale/mpc8548cds/Makefile
deleted file mode 100644
index f797df2..0000000
diff --git a/board/freescale/mpc8548cds/ddr.c b/board/freescale/mpc8548cds/ddr.c
deleted file mode 100644
index b31ea34..0000000
diff --git a/board/freescale/mpc8548cds/law.c b/board/freescale/mpc8548cds/law.c
deleted file mode 100644
index 5578fc2..0000000
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c
deleted file mode 100644
index ca9b43c..0000000
diff --git a/board/freescale/mpc8548cds/tlb.c b/board/freescale/mpc8548cds/tlb.c
deleted file mode 100644
index 363e043..0000000
diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig
deleted file mode 100644
index 11d67ef..0000000
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig
deleted file mode 100644
index 6a9ce6a..0000000
diff --git a/configs/MPC8548CDS_legacy_defconfig b/configs/MPC8548CDS_legacy_defconfig
deleted file mode 100644
index 381947f..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 34f9adc..fe2ae27 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,6 +12,7 @@ The list should be sorted in reverse chronological order.
 
 Board            Arch        CPU            Commit      Removed     Last known maintainer/contact
 =================================================================================================
+MPC8548CDS       powerpc     mpc85xx        -           -
 MPC8544DS        powerpc     mpc85xx        -           -
 MPC8541CDS       powerpc     mpc85xx        -           -           Kumar Gala <kumar.gala at freescale.com>
 MPC8540ADS       powerpc     mpc85xx        -           -           Kumar Gala <kumar.gala at freescale.com>
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
deleted file mode 100644
index eef1b1e..0000000
-- 
1.9.1



More information about the U-Boot mailing list