[U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support

Masahiro Yamada yamada.masahiro at socionext.com
Tue Sep 1 15:28:58 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>
Cc: Paul Gortmaker <paul.gortmaker at windriver.com>
---

 arch/powerpc/cpu/mpc86xx/Kconfig |   4 -
 board/sbc8641d/Kconfig           |   9 -
 board/sbc8641d/MAINTAINERS       |   6 -
 board/sbc8641d/Makefile          |  10 -
 board/sbc8641d/README            |  28 --
 board/sbc8641d/ddr.c             |  56 ----
 board/sbc8641d/law.c             |  40 ---
 board/sbc8641d/sbc8641d.c        | 261 -----------------
 configs/sbc8641d_defconfig       |   4 -
 doc/README.scrapyard             |   1 +
 include/configs/sbc8641d.h       | 590 ---------------------------------------
 11 files changed, 1 insertion(+), 1008 deletions(-)
 delete mode 100644 board/sbc8641d/Kconfig
 delete mode 100644 board/sbc8641d/MAINTAINERS
 delete mode 100644 board/sbc8641d/Makefile
 delete mode 100644 board/sbc8641d/README
 delete mode 100644 board/sbc8641d/ddr.c
 delete mode 100644 board/sbc8641d/law.c
 delete mode 100644 board/sbc8641d/sbc8641d.c
 delete mode 100644 configs/sbc8641d_defconfig
 delete mode 100644 include/configs/sbc8641d.h

diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
index 46d15e2..0dcee70 100644
--- a/arch/powerpc/cpu/mpc86xx/Kconfig
+++ b/arch/powerpc/cpu/mpc86xx/Kconfig
@@ -8,9 +8,6 @@ choice
 	prompt "Target select"
 	optional
 
-config TARGET_SBC8641D
-	bool "Support sbc8641d"
-
 config TARGET_MPC8641HPCN
 	bool "Support MPC8641HPCN"
 
@@ -20,7 +17,6 @@ config TARGET_XPEDITE517X
 endchoice
 
 source "board/freescale/mpc8641hpcn/Kconfig"
-source "board/sbc8641d/Kconfig"
 source "board/xes/xpedite517x/Kconfig"
 
 endmenu
diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig
deleted file mode 100644
index 8dfc90c..0000000
diff --git a/board/sbc8641d/MAINTAINERS b/board/sbc8641d/MAINTAINERS
deleted file mode 100644
index a50b541..0000000
diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile
deleted file mode 100644
index a9b2026..0000000
diff --git a/board/sbc8641d/README b/board/sbc8641d/README
deleted file mode 100644
index a051466..0000000
diff --git a/board/sbc8641d/ddr.c b/board/sbc8641d/ddr.c
deleted file mode 100644
index b31ea34..0000000
diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c
deleted file mode 100644
index c4e736b..0000000
diff --git a/board/sbc8641d/sbc8641d.c b/board/sbc8641d/sbc8641d.c
deleted file mode 100644
index 6bdf1a2..0000000
diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig
deleted file mode 100644
index b67c7c0..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 2a3ba4c..81fbc97 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
 =================================================================================================
+sbc8641d         powerpc     mpc86xx        -           -           Paul Gortmaker <paul.gortmaker at windriver.com>
 MPC8610HPCD      powerpc     mpc86xx        -           -
 MPC8569MDS       powerpc     mpc85xx        -           -
 MPC8568MDS       powerpc     mpc85xx        -           -
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
deleted file mode 100644
index 00aab6b..0000000
-- 
1.9.1



More information about the U-Boot mailing list