From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lange Date: Thu, 01 Jul 2010 00:55:29 +0200 Subject: [U-Boot] [PATCH] Drop support for GTH board In-Reply-To: <1277841991-1526-1-git-send-email-wd@denx.de> References: <4C23AA9E.5060801@corelatus.se> <1277841991-1526-1-git-send-email-wd@denx.de> Message-ID: <4C2BCB61.7050207@corelatus.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Thomas Lange > --- > 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