
On Fri, Dec 20, 2013 at 11:41:02PM +0100, Wolfgang Denk wrote:
Dear Tom Rini,
In message 1387557168-15257-1-git-send-email-trini@ti.com you wrote:
With changes to the rtl8169 ethernet to improve cache support, we have needed additional cache functions for mpc8245. As the board maintainer has been unresponsive, remove this board.
Cc: Guennadi Liakhovetski g.liakhovetski@gmx.de Signed-off-by: Tom Rini trini@ti.com
board/linkstation/Makefile | 8 - board/linkstation/avr.c | 280 ---------------------- board/linkstation/hwctl.c | 133 ----------- board/linkstation/ide.c | 85 ------- board/linkstation/linkstation.c | 124 ---------- boards.cfg | 1 - include/configs/linkstation.h | 504 --------------------------------------- 7 files changed, 1135 deletions(-) delete mode 100644 board/linkstation/Makefile delete mode 100644 board/linkstation/avr.c delete mode 100644 board/linkstation/hwctl.c delete mode 100644 board/linkstation/ide.c delete mode 100644 board/linkstation/linkstation.c delete mode 100644 include/configs/linkstation.h
Please create an entry to doc/README.scrapyard
Oops, I forgot that for both deletes, I'll fix that when committing.
Also, I wonder if we should not go one step further and remove all of the obsolete MPC82xx stuff?
I don't object, I just don't recall the part life span well enough, and like we talked about before as part of device model things, we should drop things when they become problematic. This bit of mpc8245 is problematic now, so..