[U-Boot-Users] [PATCH 1/2] PPC4xx: Move/rename ECC POST for 440EPx/GRx
Larry Johnson
lrj at arlinx.com
Tue Oct 30 14:48:36 CET 2007
Hi Stefan and group,
Larry Johnson wrote:
> Signed-off-by: Larry Johnson <lrj at acm.org>
> ---
> 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
More information about the U-Boot
mailing list