[U-Boot] [PATCH 4/4] New board support: nand_spl specific files

Scott Wood scottwood at freescale.com
Fri Oct 31 19:28:05 CET 2008


On Fri, Oct 31, 2008 at 11:21:09AM -0700, Ron Madrid wrote:
> This is a patch containing all board specific files for the nand_spl directory tree for the support of booting from NAND.
> 
> Signed off by: Ron Madrid <ron_madrid at sbcglobal.net>

Patch is whitespace-mangled; TABs seem to have been replaced by four
spaces.

Besides being a coding style violation, it will break the Makefile.

> diff --git a/nand_spl/board/sheldon/simpc8313/Makefile b/nand_spl/board/sheldon/simpc8313/Makefile
> new file mode 100644
> index 0000000..f699fab
> --- /dev/null
> +++ b/nand_spl/board/sheldon/simpc8313/Makefile
> @@ -0,0 +1,100 @@
> +#
> +# (C) Copyright 2007
> +# Stefan Roese, DENX Software Engineering, sr at denx.de.
> +# (C) Copyright Sheldon Instruments, Inc. 2008

This looks almost identical to the mpc8313erdb nand_spl makefile, which
has a Freescale copyright.

> diff --git a/nand_spl/board/sheldon/simpc8313/u-boot.lds b/nand_spl/board/sheldon/simpc8313/u-boot.lds
> new file mode 100644
> index 0000000..c07c53c
> --- /dev/null
> +++ b/nand_spl/board/sheldon/simpc8313/u-boot.lds
> @@ -0,0 +1,52 @@
> +/*
> + * (C) Copyright 2006
> + * Wolfgang Denk, DENX Software Engineering, wd at denx.de.
> + *
> + * Copyright 2008 Sheldon Instruments, Inc.

Likewise.

-Scott


More information about the U-Boot mailing list