From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 26 Aug 2011 14:56:42 +0200 Subject: [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards. In-Reply-To: <1314361548-18566-10-git-send-email-wd@denx.de> References: <4E564825.8080608@aribaud.net> <1314361548-18566-1-git-send-email-wd@denx.de> <1314361548-18566-10-git-send-email-wd@denx.de> Message-ID: <4E57980A.6010406@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/26/2011 02:25 PM, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > --- > MAINTAINERS | 2 - > MAKEALL | 3 - > README | 2 +- > board/armltd/versatile/Makefile | 51 ------ > board/armltd/versatile/lowlevel_init.S | 34 ---- > board/armltd/versatile/split_by_variant.sh | 42 ----- > board/armltd/versatile/versatile.c | 111 ------------ > doc/README.scrapyard | 1 + > include/configs/versatile.h | 252 ---------------------------- > 9 files changed, 2 insertions(+), 496 deletions(-) > delete mode 100644 board/armltd/versatile/Makefile > delete mode 100644 board/armltd/versatile/lowlevel_init.S > delete mode 100755 board/armltd/versatile/split_by_variant.sh > delete mode 100644 board/armltd/versatile/versatile.c > delete mode 100644 include/configs/versatile.h Hi Wolfgang, your patch removes also the possibility to run the versatilepb board in qemu environment (target versatileqemu in boards.cfg). For that I sent a patch that it is already in mainline (commit d388298a59ba375c76597b8f95b560afa971a0fb). I will suggest to remove only the split_by_variant.sh file in this patch. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================