From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Wed, 27 Apr 2011 22:15:51 +0200 Subject: [U-Boot] [PATCH 1/3] mp2usb: remove board support In-Reply-To: <20110427200028.A61B1D52707@gemini.denx.de> References: <1301848555-14404-1-git-send-email-eric@eukrea.com> <20110427200028.A61B1D52707@gemini.denx.de> Message-ID: <4DB87977.5010208@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 27/04/2011 22:00, Wolfgang Denk wrote: > In message<1301848555-14404-1-git-send-email-eric@eukrea.com> you wrote: >> this board was cancelled long time ago so remove it as it won't >> be maintained anymore >> >> Signed-off-by: Eric B??nard >> --- >> board/mp2usb/Makefile | 50 ----- >> board/mp2usb/config.mk | 3 - >> board/mp2usb/flash.c | 552 ---------------------------------------------- >> board/mp2usb/mp2usb.c | 98 -------- >> boards.cfg | 1 - >> include/configs/mp2usb.h | 242 -------------------- >> 6 files changed, 0 insertions(+), 946 deletions(-) >> delete mode 100644 board/mp2usb/Makefile >> delete mode 100644 board/mp2usb/config.mk >> delete mode 100644 board/mp2usb/flash.c >> delete mode 100644 board/mp2usb/mp2usb.c >> delete mode 100644 include/configs/mp2usb.h > > This does not apply cleanly. Can you please rebase and resubmit? > in fact you already applied it ee986e2a7d1fd38568e2e5f83563b7bc4f607963 but took the 1st version which didn't remove boards.cfg (I forget to add v2 btw). > Please also make an entry about the removal in doc/README.scrapyard - thanks! > a patch finishing to work follows. Thanks, Eric