[U-Boot-Users] [PATCH 10/21] AT91SAM9263EK support

Wolfgang Denk wd at denx.de
Tue May 6 21:41:53 CEST 2008


In message <1210088022-25757-11-git-send-email-stelian at popies.net> you wrote:
> 
> diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile
> new file mode 100644
> index 0000000..3ded315
> --- /dev/null
> +++ b/board/atmel/at91sam9263ek/Makefile
> @@ -0,0 +1,53 @@
> +#
> +# (C) Copyright 2003-2008
> +# Wolfgang Denk, DENX Software Engineering, wd <at> denx.de.

Please add your own (C), and don't mess with mine.

> diff --git a/board/atmel/at91sam9263ek/partition.c b/board/atmel/at91sam9263ek/partition.c
> new file mode 100644
> index 0000000..3bffd71
> --- /dev/null
> +++ b/board/atmel/at91sam9263ek/partition.c
> @@ -0,0 +1,37 @@
> +/*
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.

(C) missing.

> diff --git a/board/atmel/at91sam9263ek/u-boot.lds b/board/atmel/at91sam9263ek/u-boot.lds
> new file mode 100644
> index 0000000..05a6d83
> --- /dev/null
> +++ b/board/atmel/at91sam9263ek/u-boot.lds
> @@ -0,0 +1,57 @@
> +/*
> + * (C) Copyright 2002
> + * Gary Jennejohn, DENX Software Engineering, <gj <at> denx.de>

Please add your own (C), and don't mess with Gary's.

> diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
> new file mode 100644
> index 0000000..e2ffbbe
> --- /dev/null
> +++ b/include/configs/at91sam9263ek.h
...
> +#define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
> +				"root=/dev/mtdblock5 " \
> +				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \

Line length!


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I've already got a female to worry about. Her name is the Enterprise.
	-- Kirk, "The Corbomite Maneuver", stardate 1514.0




More information about the U-Boot mailing list