From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 02 Aug 2011 10:54:35 +0000 Subject: [U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" / "at91sam9g10ek" boards In-Reply-To: References: <1310941040-6526-1-git-send-email-wd@denx.de> <1310941040-6526-48-git-send-email-wd@denx.de> Message-ID: <1312282475.31913.45.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Remy Bohmer, dear Wolfgang, > > 2011/7/18 Wolfgang Denk : > > Signed-off-by: Wolfgang Denk > > Cc: Stelian Pop > > Cc: Sedji Gaouaou > > --- > > MAINTAINERS | 2 - > > MAKEALL | 2 - > > Makefile | 23 --- > > board/atmel/at91sam9261ek/Makefile | 56 ------ > > board/atmel/at91sam9261ek/at91sam9261ek.c | 292 ----------------------------- > > board/atmel/at91sam9261ek/config.mk | 1 - > > board/atmel/at91sam9261ek/led.c | 43 ----- > > board/atmel/at91sam9261ek/partition.c | 40 ---- > > doc/README.scrapyard | 2 + > > include/configs/at91sam9261ek.h | 240 ----------------------- > > 10 files changed, 2 insertions(+), 699 deletions(-) > > delete mode 100644 board/atmel/at91sam9261ek/Makefile > > delete mode 100644 board/atmel/at91sam9261ek/at91sam9261ek.c > > delete mode 100644 board/atmel/at91sam9261ek/config.mk > > delete mode 100644 board/atmel/at91sam9261ek/led.c > > delete mode 100644 board/atmel/at91sam9261ek/partition.c > > delete mode 100644 include/configs/at91sam9261ek.h As of now, this board is "unbroken" again. I might also point out, that the Atmel folks are still the responsible maintainers of their respective boards. Help and testing, I am sure is welcome. If there are any issues with Hong Xu's patch I could not detect, please report:) Wolfgang: I have set the removal patch for this board to "non applicable" Best Regards, Reinhard PS: currently I base all on top of u-boot/master since u-boot-arm/master is seriously broken with the OMAP patches.