
Dear Marek Vasut,
In message 1414006493-11461-3-git-send-email-marex@denx.de you wrote:
This board is the only user of CONFIG_SYS_EEPROM_X40430 , remove it so the EEPROM command code can be cleansed of the related code as well.
Signed-off-by: Marek Vasut marex@denx.de Cc: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Tom Rini trini@ti.com Cc: Wolfgang Denk wd@denx.de Cc: Simon Glass sjg@chromium.org Cc: Heiko Schocher hs@denx.de
arch/powerpc/cpu/mpc8xx/Kconfig | 4 - arch/powerpc/cpu/mpc8xx/cpu_init.c | 1 - arch/powerpc/cpu/mpc8xx/fec.c | 40 +-- board/icu862/Kconfig | 9 - board/icu862/MAINTAINERS | 7 - board/icu862/Makefile | 8 - board/icu862/flash.c | 575 ------------------------------------- board/icu862/icu862.c | 199 ------------- board/icu862/pcmcia.c | 262 ----------------- board/icu862/u-boot.lds | 82 ------ board/icu862/u-boot.lds.debug | 122 -------- configs/ICU862_100MHz_defconfig | 4 - configs/ICU862_defconfig | 3 - doc/README.scrapyard | 1 + include/commproc.h | 10 - include/configs/ICU862.h | 443 ---------------------------- include/pcmcia.h | 2 - include/status_led.h | 19 -- 18 files changed, 2 insertions(+), 1789 deletions(-) delete mode 100644 board/icu862/Kconfig delete mode 100644 board/icu862/MAINTAINERS delete mode 100644 board/icu862/Makefile delete mode 100644 board/icu862/flash.c delete mode 100644 board/icu862/icu862.c delete mode 100644 board/icu862/pcmcia.c delete mode 100644 board/icu862/u-boot.lds delete mode 100644 board/icu862/u-boot.lds.debug delete mode 100644 configs/ICU862_100MHz_defconfig delete mode 100644 configs/ICU862_defconfig delete mode 100644 include/configs/ICU862.h
Applied to u-boot-mpc5xxx, thanks.
Best regards,
Wolfgang Denk