Dear Wolfgang, On 2010-06-29 22:06, Wolfgang Denk wrote: > The board maintainer states: > > The GTH board is obsolete and has not been manufactured for > several years. > To my knowledge, no recent U-Boot build has been tested on that > card. > > So drop support for this board. > > Signed-off-by: Wolfgang Denk<[email protected]> > Cc: Thomas Lange<[email protected]> > --- > MAINTAINERS | 4 - > MAKEALL | 1 - > board/gth/Makefile | 44 ---- > board/gth/README | 18 -- > board/gth/config.mk | 40 --- > board/gth/ee_access.c | 335 ------------------------- > board/gth/ee_access.h | 16 -- > board/gth/ee_dev.h | 85 ------- > board/gth/flash.c | 649 > ------------------------------------------------- > board/gth/gth.c | 595 --------------------------------------------- > board/gth/pcmcia.c | 93 ------- > board/gth/u-boot.lds | 127 ---------- > boards.cfg | 1 - > 13 files changed, 0 insertions(+), 2008 deletions(-) > delete mode 100644 board/gth/Makefile > delete mode 100644 board/gth/README > delete mode 100644 board/gth/config.mk > delete mode 100644 board/gth/ee_access.c > delete mode 100644 board/gth/ee_access.h > delete mode 100644 board/gth/ee_dev.h > delete mode 100644 board/gth/flash.c > delete mode 100644 board/gth/gth.c > delete mode 100644 board/gth/pcmcia.c > delete mode 100644 board/gth/u-boot.lds <...>
This patch does not remove all references to the GTH board. file include/configs/GTH.h remains. CONFIG_GTH define is used in cpu/mpc8xx/cpu_init.c include/commproc.h common/env_common.c Regards, /Thomas _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

