From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 16 Oct 2012 00:00:12 +0200 Subject: [U-Boot] [PATCH] arm: arm925t: remove SX1 board In-Reply-To: <1350337983-19751-1-git-send-email-albert.u.boot@aribaud.net> References: <1350337983-19751-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <20121016000012.19b44615@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On Mon, 15 Oct 2012 23:53:03 +0200 Albert ARIBAUD wrote: > SX1 does not build properly by itself, is not built > as part of MAKEALL arm or MAKEALL -a arm, and is only > present in Makefile, not boards.cfg. As it also has no > entry in MAINTAINERS, it is orphan and non-functional. > Remove it. > > Signed-off-by: Albert ARIBAUD > --- > Makefile | 14 -- > board/sx1/Makefile | 45 ----- > board/sx1/config.mk | 19 --- > board/sx1/lowlevel_init.S | 397 --------------------------------------------- > board/sx1/sx1.c | 123 -------------- > include/configs/SX1.h | 189 --------------------- I think this patch also should add an entry about this removed board to doc/README.scrapyard. Thanks, Anatolij