From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Johnson Date: Tue, 30 Oct 2007 08:48:36 -0500 Subject: [U-Boot-Users] [PATCH 1/2] PPC4xx: Move/rename ECC POST for 440EPx/GRx In-Reply-To: <47236BC5.8000004@arlinx.com> References: <47236BC5.8000004@arlinx.com> Message-ID: <47273634.50605@arlinx.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 Stefan and group, Larry Johnson wrote: > Signed-off-by: Larry Johnson > --- > post/board/lwmon5/ecc.c | 267 ------------------------------------------ > post/cpu/ppc4xx/denali_ecc.c | 267 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 267 insertions(+), 267 deletions(-) > delete mode 100644 post/board/lwmon5/ecc.c > create mode 100644 post/cpu/ppc4xx/denali_ecc.c > > diff --git a/post/board/lwmon5/ecc.c b/post/board/lwmon5/ecc.c > deleted file mode 100644 > index 3fa3ba6..0000000 > --- a/post/board/lwmon5/ecc.c > +++ /dev/null > @@ -1,267 +0,0 @@ > -/* > - * (C) Copyright 2007 > - * Developed for DENX Software Engineering GmbH. > [...] Because this patch removes the file "ecc.c" from "post/board/lwmon5", the file "post/board/lwmon5/Makefile" must be deleted in order for the lwmon5 U-Boot to build correctly. Sorry for the oversight. Best regards, Larry