Re: [U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-27 Thread Aneesh V
Dear Simon, Andreas, On Tuesday 26 July 2011 02:12 PM, Simon Schwarz wrote: > Dear Andreas, > > On 07/26/2011 08:07 AM, Andreas Bießmann wrote: >> Dear Simon, >> >> Am 25.07.2011 um 20:05 schrieb Simon Schwarz: >> >>> Add NAND support for the new SPL structure. >>> >>> --- >>> This patch didn't ex

Re: [U-Boot] [PATCH] mx53: use CONFIG_SYS_L2CACHE_OFF in config file

2011-07-27 Thread Stefano Babic
On 07/28/2011 07:56 AM, Jason Liu wrote: > Hi, Stefano, Hi Jason, >> >> It's used before, if you checkout tag: v2011.06 >> >> #ifndef CONFIG_L2_OFF >>/* turn off L2 cache */ >>l2_cache_disable(); >>/* invalidate L2 cache also */ >>invalidate_dcache(get_device_type(

[U-Boot] [PATCH 1/2] SMDKV310: MMC SPL: Remove unwanted dummy functions

2011-07-27 Thread Chander Kashyap
Removed dummy functions in "mmc_spl/board/samsung/smdkv310/mmc_boot.c", @mmc_boot.c void do_undefined_instruction(struct pt_regs *pt_regs); void do_software_interrupt(struct pt_regs *pt_regs); void do_prefetch_abort(struct pt_regs *pt_regs); void do_data_abort(struct pt_regs *pt_regs); void do_not_

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Chander Kashyap
Dear Igor, On 27 July 2011 18:34, Igor Grinberg wrote: > On 07/27/11 13:31, Chander Kashyap wrote: >> dear Igor, >> >> >> On 14 July 2011 21:15, Igor Grinberg wrote: >>> CONFIG_MACH_TYPE is used to set the machine type number in the >>> common arm code instead of setting it in the board code. >

<    1   2