I built all the other boards and compared MD5SUM. I confirmed this series has no impact against them.
I recommend to apply http://patchwork.ozlabs.org/patch/374416/ http://patchwork.ozlabs.org/patch/376862/ before this series to avoid conflicts in doc/README.scrapyard. Masahiro Yamada (5): powerpc: mpc8xx: remove stxxtc board support powerpc: mpc8xx: remove svm_sc8xx board powerpc: mpc8xx: remove SXNI855T board support powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support powerpc: mpc8xx: remove FLAGADM board support CREDITS | 2 +- arch/powerpc/cpu/mpc8xx/Kconfig | 20 - arch/powerpc/cpu/mpc8xx/cpu_init.c | 4 - board/flagadm/Kconfig | 11 - board/flagadm/MAINTAINERS | 6 - board/flagadm/Makefile | 8 - board/flagadm/flagadm.c | 134 --- board/flagadm/flash.c | 687 -------------- board/flagadm/u-boot.lds | 82 -- board/flagadm/u-boot.lds.debug | 121 --- board/gen860t/Kconfig | 11 - board/gen860t/MAINTAINERS | 7 - board/gen860t/Makefile | 8 - board/gen860t/README | 131 --- board/gen860t/beeper.c | 183 ---- board/gen860t/beeper.h | 13 - board/gen860t/flash.c | 628 ------------- board/gen860t/fpga.c | 362 -------- board/gen860t/fpga.h | 26 - board/gen860t/gen860t.c | 278 ------ board/gen860t/ioport.c | 331 ------- board/gen860t/ioport.h | 26 - board/gen860t/u-boot-flashenv.lds | 92 -- board/gen860t/u-boot.lds | 87 -- board/sixnet/Kconfig | 11 - board/sixnet/MAINTAINERS | 6 - board/sixnet/Makefile | 8 - board/sixnet/flash.c | 774 ---------------- board/sixnet/fpgadata.c | 1719 ------------------------------------ board/sixnet/sixnet.c | 578 ------------ board/sixnet/sixnet.h | 20 - board/sixnet/u-boot.lds | 82 -- board/stx/stxxtc/Kconfig | 15 - board/stx/stxxtc/MAINTAINERS | 6 - board/stx/stxxtc/Makefile | 8 - board/stx/stxxtc/README.stxxtc | 59 -- board/stx/stxxtc/stxxtc.c | 592 ------------- board/stx/stxxtc/u-boot.lds | 82 -- board/stx/stxxtc/u-boot.lds.debug | 121 --- board/svm_sc8xx/Kconfig | 11 - board/svm_sc8xx/MAINTAINERS | 6 - board/svm_sc8xx/Makefile | 8 - board/svm_sc8xx/flash.c | 666 -------------- board/svm_sc8xx/svm_sc8xx.c | 144 --- board/svm_sc8xx/u-boot.lds | 99 --- board/svm_sc8xx/u-boot.lds.debug | 114 --- configs/FLAGADM_defconfig | 3 - configs/GEN860T_SC_defconfig | 4 - configs/GEN860T_defconfig | 3 - configs/SXNI855T_defconfig | 3 - configs/stxxtc_defconfig | 3 - configs/svm_sc8xx_defconfig | 3 - doc/README.scrapyard | 5 + drivers/pcmcia/tqm8xx_pcmcia.c | 6 +- include/common.h | 5 +- include/commproc.h | 103 --- include/configs/FLAGADM.h | 296 ------- include/configs/GEN860T.h | 712 --------------- include/configs/SXNI855T.h | 378 -------- include/configs/stxxtc.h | 485 ---------- include/configs/svm_sc8xx.h | 450 ---------- include/pcmcia.h | 2 +- include/status_led.h | 42 - 63 files changed, 10 insertions(+), 10880 deletions(-) delete mode 100644 board/flagadm/Kconfig delete mode 100644 board/flagadm/MAINTAINERS delete mode 100644 board/flagadm/Makefile delete mode 100644 board/flagadm/flagadm.c delete mode 100644 board/flagadm/flash.c delete mode 100644 board/flagadm/u-boot.lds delete mode 100644 board/flagadm/u-boot.lds.debug delete mode 100644 board/gen860t/Kconfig delete mode 100644 board/gen860t/MAINTAINERS delete mode 100644 board/gen860t/Makefile delete mode 100644 board/gen860t/README delete mode 100644 board/gen860t/beeper.c delete mode 100644 board/gen860t/beeper.h delete mode 100644 board/gen860t/flash.c delete mode 100644 board/gen860t/fpga.c delete mode 100644 board/gen860t/fpga.h delete mode 100644 board/gen860t/gen860t.c delete mode 100644 board/gen860t/ioport.c delete mode 100644 board/gen860t/ioport.h delete mode 100644 board/gen860t/u-boot-flashenv.lds delete mode 100644 board/gen860t/u-boot.lds delete mode 100644 board/sixnet/Kconfig delete mode 100644 board/sixnet/MAINTAINERS delete mode 100644 board/sixnet/Makefile delete mode 100644 board/sixnet/flash.c delete mode 100644 board/sixnet/fpgadata.c delete mode 100644 board/sixnet/sixnet.c delete mode 100644 board/sixnet/sixnet.h delete mode 100644 board/sixnet/u-boot.lds delete mode 100644 board/stx/stxxtc/Kconfig delete mode 100644 board/stx/stxxtc/MAINTAINERS delete mode 100644 board/stx/stxxtc/Makefile delete mode 100644 board/stx/stxxtc/README.stxxtc delete mode 100644 board/stx/stxxtc/stxxtc.c delete mode 100644 board/stx/stxxtc/u-boot.lds delete mode 100644 board/stx/stxxtc/u-boot.lds.debug delete mode 100644 board/svm_sc8xx/Kconfig delete mode 100644 board/svm_sc8xx/MAINTAINERS delete mode 100644 board/svm_sc8xx/Makefile delete mode 100644 board/svm_sc8xx/flash.c delete mode 100644 board/svm_sc8xx/svm_sc8xx.c delete mode 100644 board/svm_sc8xx/u-boot.lds delete mode 100644 board/svm_sc8xx/u-boot.lds.debug delete mode 100644 configs/FLAGADM_defconfig delete mode 100644 configs/GEN860T_SC_defconfig delete mode 100644 configs/GEN860T_defconfig delete mode 100644 configs/SXNI855T_defconfig delete mode 100644 configs/stxxtc_defconfig delete mode 100644 configs/svm_sc8xx_defconfig delete mode 100644 include/configs/FLAGADM.h delete mode 100644 include/configs/GEN860T.h delete mode 100644 include/configs/SXNI855T.h delete mode 100644 include/configs/stxxtc.h delete mode 100644 include/configs/svm_sc8xx.h -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot