Re: [U-Boot] [PATCH V2] powerpc: remove orphaned boards mcc200 and prs200

2014-11-13 Thread Tom Rini
On Tue, Nov 11, 2014 at 03:46:05PM +0200, Nikita Kiryanov wrote:

 mcc200 and prs200 are old and have no maintainer. Remove the boards.
 
 This also removes the mcc200 specific 1bpp BMP support from
 common/lcd.c
 
 Cc: Wolfgang Denk w...@denx.de
 Cc: Anatolij Gustschin ag...@denx.de
 Cc: Masahiro Yamada yamad...@jp.panasonic.com
 Cc: York Sun york...@freescale.com
 Signed-off-by: Nikita Kiryanov nik...@compulab.co.il

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH V2] powerpc: remove orphaned boards mcc200 and prs200

2014-11-11 Thread Nikita Kiryanov
mcc200 and prs200 are old and have no maintainer. Remove the boards.

This also removes the mcc200 specific 1bpp BMP support from
common/lcd.c

Cc: Wolfgang Denk w...@denx.de
Cc: Anatolij Gustschin ag...@denx.de
Cc: Masahiro Yamada yamad...@jp.panasonic.com
Cc: York Sun york...@freescale.com
Signed-off-by: Nikita Kiryanov nik...@compulab.co.il
---
Changes in V2:
- Updated README.scrapyard in chronological order
- Updated missing commit ids and dates of previous removals
- Left removal date blank in mcc200 entry in README.scrapyard

 arch/powerpc/cpu/mpc5xxx/Kconfig  |   4 -
 board/mcc200/Kconfig  |   9 -
 board/mcc200/MAINTAINERS  |  17 -
 board/mcc200/Makefile |   8 -
 board/mcc200/auto_update.c| 521 --
 board/mcc200/lcd.c| 200 --
 board/mcc200/mcc200.c | 314 
 board/mcc200/mt46v16m16-75.h  |  16 -
 board/mcc200/mt48lc16m16a2-75.h   |  14 -
 board/mcc200/mt48lc16m32s2-75.h   |  14 -
 board/mcc200/mt48lc8m32b2-6-7.h   |  12 -
 common/lcd.c  |  24 +-
 configs/mcc200_COM12_SDRAM_defconfig  |   4 -
 configs/mcc200_COM12_defconfig|   4 -
 configs/mcc200_COM12_highboot_SDRAM_defconfig |   4 -
 configs/mcc200_COM12_highboot_defconfig   |   4 -
 configs/mcc200_SDRAM_defconfig|   4 -
 configs/mcc200_defconfig  |   3 -
 configs/mcc200_highboot_SDRAM_defconfig   |   4 -
 configs/mcc200_highboot_defconfig |   4 -
 configs/prs200_DDR_defconfig  |   4 -
 configs/prs200_defconfig  |   4 -
 configs/prs200_highboot_DDR_defconfig |   4 -
 configs/prs200_highboot_defconfig |   4 -
 doc/README.scrapyard  |   8 +-
 include/configs/mcc200.h  | 397 
 include/lcd.h |   2 +-
 27 files changed, 7 insertions(+), 1600 deletions(-)
 delete mode 100644 board/mcc200/Kconfig
 delete mode 100644 board/mcc200/MAINTAINERS
 delete mode 100644 board/mcc200/Makefile
 delete mode 100644 board/mcc200/auto_update.c
 delete mode 100644 board/mcc200/lcd.c
 delete mode 100644 board/mcc200/mcc200.c
 delete mode 100644 board/mcc200/mt46v16m16-75.h
 delete mode 100644 board/mcc200/mt48lc16m16a2-75.h
 delete mode 100644 board/mcc200/mt48lc16m32s2-75.h
 delete mode 100644 board/mcc200/mt48lc8m32b2-6-7.h
 delete mode 100644 configs/mcc200_COM12_SDRAM_defconfig
 delete mode 100644 configs/mcc200_COM12_defconfig
 delete mode 100644 configs/mcc200_COM12_highboot_SDRAM_defconfig
 delete mode 100644 configs/mcc200_COM12_highboot_defconfig
 delete mode 100644 configs/mcc200_SDRAM_defconfig
 delete mode 100644 configs/mcc200_defconfig
 delete mode 100644 configs/mcc200_highboot_SDRAM_defconfig
 delete mode 100644 configs/mcc200_highboot_defconfig
 delete mode 100644 configs/prs200_DDR_defconfig
 delete mode 100644 configs/prs200_defconfig
 delete mode 100644 configs/prs200_highboot_DDR_defconfig
 delete mode 100644 configs/prs200_highboot_defconfig
 delete mode 100644 include/configs/mcc200.h

diff --git a/arch/powerpc/cpu/mpc5xxx/Kconfig b/arch/powerpc/cpu/mpc5xxx/Kconfig
index c1fb92a..bd64ea6 100644
--- a/arch/powerpc/cpu/mpc5xxx/Kconfig
+++ b/arch/powerpc/cpu/mpc5xxx/Kconfig
@@ -38,9 +38,6 @@ config TARGET_IPEK01
 config TARGET_JUPITER
bool Support jupiter
 
-config TARGET_MCC200
-   bool Support mcc200
-
 config TARGET_MOTIONPRO
bool Support motionpro
 
@@ -130,7 +127,6 @@ source board/jupiter/Kconfig
 source board/manroland/hmi1001/Kconfig
 source board/manroland/mucmc52/Kconfig
 source board/manroland/uc101/Kconfig
-source board/mcc200/Kconfig
 source board/motionpro/Kconfig
 source board/munices/Kconfig
 source board/phytec/pcm030/Kconfig
diff --git a/board/mcc200/Kconfig b/board/mcc200/Kconfig
deleted file mode 100644
index 3b27eeb..000
--- a/board/mcc200/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_MCC200
-
-config SYS_BOARD
-   default mcc200
-
-config SYS_CONFIG_NAME
-   default mcc200
-
-endif
diff --git a/board/mcc200/MAINTAINERS b/board/mcc200/MAINTAINERS
deleted file mode 100644
index a59a498..000
--- a/board/mcc200/MAINTAINERS
+++ /dev/null
@@ -1,17 +0,0 @@
-MCC200 BOARD
-#M:-
-S: Maintained
-F: board/mcc200/
-F: include/configs/mcc200.h
-F: configs/mcc200_defconfig
-F: configs/mcc200_COM12_defconfig
-F: configs/mcc200_COM12_highboot_defconfig
-F: configs/mcc200_COM12_highboot_SDRAM_defconfig
-F: configs/mcc200_COM12_SDRAM_defconfig
-F: configs/mcc200_highboot_defconfig
-F: configs/mcc200_highboot_SDRAM_defconfig
-F: configs/mcc200_SDRAM_defconfig
-F: configs/prs200_defconfig
-F: configs/prs200_DDR_defconfig
-F: