Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-22 Thread Wolfgang Denk
Dear Achim Ehrlich, In message <4b827909.3010...@taskit.de> you wrote: > > >> +#ifdef CONFIG_RESET_PHY_R > >> +void reset_phy(void) > >> +{ > >> +#ifdef CONFIG_MACB > > > > > > CONFIG_MACB seems to be an undocumented variable. What is it supposed > > to do? > > It switches on the pin initializ

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-22 Thread Detlev Zundel
Hello Achim, [...] >>> diff --git a/board/taskit/stamp9G20/led.c b/board/taskit/stamp9G20/led.c >>> new file mode 100644 >>> index 000..dc6ac63 >>> --- /dev/null >>> +++ b/board/taskit/stamp9G20/led.c >>> @@ -0,0 +1,35 @@ >>> +/* >>> + * (C) Copyright 2007-2008 >>> + * Stelian Pop >>> + * Le

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-22 Thread Achim Ehrlich
Hello Detlef, >> Signed-off-by: Achim Ehrlich >> --- >> Makefile |9 ++ >> board/taskit/stamp9G20/Makefile| 56 ++ >> board/taskit/stamp9G20/config.mk |1 + >> board/taskit/stamp9G20/led.c | 35 ++ >> board/taskit/stamp9G20/partition.

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-22 Thread Achim Ehrlich
Dear Wolfgang Denk, > > In message <4b7c14ec.7050...@taskit.de> you wrote: >> Signed-off-by: Achim Ehrlich >> --- > ... >> --- a/Makefile >> +++ b/Makefile >> @@ -2906,6 +2906,15 @@ TNY_A9260_config : unconfig >> @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h >>

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-18 Thread Detlev Zundel
Hi Achim, > Signed-off-by: Achim Ehrlich > --- > Makefile |9 ++ > board/taskit/stamp9G20/Makefile| 56 ++ > board/taskit/stamp9G20/config.mk |1 + > board/taskit/stamp9G20/led.c | 35 ++ > board/taskit/stamp9G20/partition.c | 40 ++

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-18 Thread Wolfgang Denk
Dear Achim Ehrlich, In message <4b7c14ec.7050...@taskit.de> you wrote: > Signed-off-by: Achim Ehrlich > --- ... > --- a/Makefile > +++ b/Makefile > @@ -2906,6 +2906,15 @@ TNY_A9260_config : unconfig > @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h > @$(MKCO

[U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-17 Thread Achim Ehrlich
Signed-off-by: Achim Ehrlich --- Makefile |9 ++ board/taskit/stamp9G20/Makefile| 56 ++ board/taskit/stamp9G20/config.mk |1 + board/taskit/stamp9G20/led.c | 35 ++ board/taskit/stamp9G20/partition.c | 40 +++ board/taskit/stamp