From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 16 Jun 2014 16:46:13 -0500 Subject: [U-Boot] [PATCH 1/7] nand_spl: remove P1023RDS_NAND support In-Reply-To: <1401845213-4173-2-git-send-email-yamada.m@jp.panasonic.com> References: <1401845213-4173-1-git-send-email-yamada.m@jp.panasonic.com> <1401845213-4173-2-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <1402955173.6603.649.camel@snotra.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-06-04 at 10:26 +0900, Masahiro Yamada wrote: > Commit 3d5a335c announced that all the nand_spl boards > would be removed before v2014.07 release. > > Signed-off-by: Masahiro Yamada > --- > > board/freescale/p1023rds/p1023rds.c | 5 -- > board/freescale/p1023rds/tlb.c | 2 - > boards.cfg | 1 - > include/configs/P1023RDS.h | 46 +------------ > nand_spl/board/freescale/p1023rds/Makefile | 87 ------------------------ > nand_spl/board/freescale/p1023rds/nand_boot.c | 96 --------------------------- > 6 files changed, 1 insertion(+), 236 deletions(-) > delete mode 100644 nand_spl/board/freescale/p1023rds/Makefile > delete mode 100644 nand_spl/board/freescale/p1023rds/nand_boot.c FWIW, all p1023rds support can probably be removed. Very few boards were ever sold, and support was recently removed from Linux (commit fd7e5b7a8758093781a44df9577fe24e9e11723e). -Scott