Re: [U-Boot] [PATCH V13 04/12] devkit8000/spl: init GPMC for dm9000 in SPL

2012-02-20 Thread Stefano Babic
On 19/02/2012 06:57, Thomas Weber wrote: > Hello Stefano, Hallo Thomas, >> +int spl_uboot_key(void); > shouldn't this be spl_start_uboot ? The request if the key for starting > u-boot is pressed? It is - the prototype for spl_uboot_key is obsolete, I remove it for the next version, thanks. Stefa

Re: [U-Boot] [PATCH V13 04/12] devkit8000/spl: init GPMC for dm9000 in SPL

2012-02-18 Thread Thomas Weber
Hello Stefano, On 02/04/2012 11:22 AM, Stefano Babic wrote: From: Simon Schwarz Linux crashes if the GPMC isn't configured for the dm9000. Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- arch/arm/include/asm/omap_common.h |2 ++ board/timll/devkit8000/d

[U-Boot] [PATCH V13 04/12] devkit8000/spl: init GPMC for dm9000 in SPL

2012-02-04 Thread Stefano Babic
From: Simon Schwarz Linux crashes if the GPMC isn't configured for the dm9000. Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- arch/arm/include/asm/omap_common.h |2 ++ board/timll/devkit8000/devkit8000.c | 19 +++ 2 files changed, 21