On 22:52 Thu 08 May , Stelian Pop wrote: > When doing the AT91CAP9/AT91SAM9 port, a number of header files were > copied from the Linux kernel sources. This patch explicitly specifies > this origin for all the copied headers, and for those missing copyright > information, adds it. > > Additionaly, the header file 'at91sam926x_mc.h' has been superceeded > in the latest kernel sources by 'at91sam9_smc.h'. > > The copyright information has been confirmed by the AT91 Linux kernel > maintainer, Andrew Victor <[EMAIL PROTECTED]>. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > board/atmel/at91cap9adk/at91cap9adk.c | 2 +- > board/atmel/at91sam9260ek/at91sam9260ek.c | 2 +- > include/asm-arm/arch-at91sam9/at91_pio.h | 2 +- > include/asm-arm/arch-at91sam9/at91_pit.h | 5 +- > include/asm-arm/arch-at91sam9/at91_pmc.h | 2 +- > include/asm-arm/arch-at91sam9/at91_rstc.h | 5 +- > include/asm-arm/arch-at91sam9/at91_spi.h | 2 +- > include/asm-arm/arch-at91sam9/at91cap9.h | 2 +- > include/asm-arm/arch-at91sam9/at91cap9_matrix.h | 2 +- > include/asm-arm/arch-at91sam9/at91sam9260.h | 2 +- > include/asm-arm/arch-at91sam9/at91sam9260_matrix.h | 4 +- > include/asm-arm/arch-at91sam9/at91sam926x_mc.h | 140 > -------------------- > include/asm-arm/arch-at91sam9/at91sam9_smc.h | 76 +++++++++++ > include/asm-arm/arch-at91sam9/gpio.h | 2 +- > include/asm-arm/arch-at91sam9/hardware.h | 2 +- > include/asm-arm/arch-at91sam9/io.h | 2 +- > 16 files changed, 98 insertions(+), 154 deletions(-) > delete mode 100644 include/asm-arm/arch-at91sam9/at91sam926x_mc.h > create mode 100644 include/asm-arm/arch-at91sam9/at91sam9_smc.h > > diff --git a/board/atmel/at91cap9adk/at91cap9adk.c > b/board/atmel/at91cap9adk/at91cap9adk.c > index e6ae60c..310a3ef 100644 > --- a/board/atmel/at91cap9adk/at91cap9adk.c > +++ b/board/atmel/at91cap9adk/at91cap9adk.c > @@ -25,7 +25,7 @@ > #include <common.h> > #include <asm/arch/at91cap9.h> > #include <asm/arch/at91cap9_matrix.h> > -#include <asm/arch/at91sam926x_mc.h> > +#include <asm/arch/at91sam_smc.h> Is not supposed to br #include <asm/arch/at91sam9_smc.h> > #include <asm/arch/at91_pmc.h> > #include <asm/arch/at91_rstc.h> > #include <asm/arch/gpio.h> Best Regards, J.
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users