Re: [U-Boot] Crash nand init UPMA - NAND flash MPC832x

2009-12-27 Thread nanda
Hi, IO accessor function did not work out for us. But we survived from the crash in the UPM programming, if I move the base address of NAND after the NOR flash base address it programmed the UPM successfully. Earlier Configuration ( Crash while programming UPMA): ---

Re: [U-Boot] Remove board specific code from ENC28J60 network driver?

2009-12-27 Thread Dirk Behme
On 27.12.2009 16:32, Ben Warren wrote: > Hi Dirk, > > On Sat, Dec 26, 2009 at 11:59 PM, Dirk Behmewrote: > >> On 26.12.2009 19:40, Mike Frysinger wrote: >>> On Friday 25 December 2009 13:57:55 Dirk Behme wrote: I started to convert the enc28j60.c to common SPI framework. Do you like to ha

Re: [U-Boot] Remove board specific code from ENC28J60 network driver?

2009-12-27 Thread Ben Warren
Hi Dirk, On Sat, Dec 26, 2009 at 11:59 PM, Dirk Behme wrote: > On 26.12.2009 19:40, Mike Frysinger wrote: > > On Friday 25 December 2009 13:57:55 Dirk Behme wrote: > >> I started to convert the enc28j60.c to common SPI framework. Do you > >> like to have a look at attachment (and maybe test it?)?

Re: [U-Boot] [PATCH] omap3: fix compile warning

2009-12-27 Thread Remy Bohmer
Hi, 2009/12/24 Sanjeev Premi : > This patch fixes this warning during compile: > > omap3.c: In function 'musb_platform_init': > omap3.c:126: warning: label 'end' defined but not used > > Problem reported by: Dirk behme[dirk.be...@googlemail.com] > > Signed-off-by: Sanjeev Premi Applied to u-boot

Re: [U-Boot] Remove board specific code from ENC28J60 network driver?

2009-12-27 Thread Dirk Behme
On 26.12.2009 19:40, Mike Frysinger wrote: > On Friday 25 December 2009 13:57:55 Dirk Behme wrote: >> I started to convert the enc28j60.c to common SPI framework. Do you >> like to have a look at attachment (and maybe test it?)? >> >> It is compile tested only. And for the moment it just re-uses th