[U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-11 Thread Stefan Roese
This patch moves the malloc initialization before calling flash_init(). Upcoming changes to the NOR FLASH common CFI driver with optional MTD infrastructure and MTD concatenation support will call malloc(). And nothing really speaks against enabling malloc just a little earlier in the boot stage. S

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-12 Thread Kim Phillips
On Mon, 11 May 2009 15:50:12 +0200 Stefan Roese wrote: > This patch moves the malloc initialization before calling flash_init(). > Upcoming changes to the NOR FLASH common CFI driver with optional > MTD infrastructure and MTD concatenation support will call malloc(). > And nothing really speaks a

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-12 Thread Stefan Roese
On Tuesday 12 May 2009 22:09:11 Kim Phillips wrote: > > Signed-off-by: Stefan Roese > > Cc: Wolfgang Denk > > Cc: Mike Frysinger > > Cc: Scott McNutt > > Cc: Shinya Kuribayashi > > Cc: Nobuhiro Iwamatsu > > Cc: Daniel Hellstrom > > Cc: Jean-Christophe PLAGNIOL-VILLARD > > Cc: John Rigby >

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-12 Thread Mike Frysinger
On Wednesday 13 May 2009 00:20:52 Stefan Roese wrote: > On Tuesday 12 May 2009 22:09:11 Kim Phillips wrote: > > > Signed-off-by: Stefan Roese > > > Cc: Wolfgang Denk > > > Cc: Mike Frysinger > > > Cc: Scott McNutt > > > Cc: Shinya Kuribayashi > > > Cc: Nobuhiro Iwamatsu > > > Cc: Daniel Hells

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-13 Thread Detlev Zundel
Hi Stefan, > On Tuesday 12 May 2009 22:09:11 Kim Phillips wrote: >> > Signed-off-by: Stefan Roese >> > Cc: Wolfgang Denk >> > Cc: Mike Frysinger >> > Cc: Scott McNutt >> > Cc: Shinya Kuribayashi >> > Cc: Nobuhiro Iwamatsu >> > Cc: Daniel Hellstrom >> > Cc: Jean-Christophe PLAGNIOL-VILLARD

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-13 Thread Kim Phillips
On Wed, 13 May 2009 00:58:06 -0400 Mike Frysinger wrote: > On Wednesday 13 May 2009 00:20:52 Stefan Roese wrote: > > On Tuesday 12 May 2009 22:09:11 Kim Phillips wrote: > > > > Signed-off-by: Stefan Roese > > > > Cc: Wolfgang Denk > > > > Cc: Mike Frysinger > > > > Cc: Scott McNutt > > > > Cc

Re: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init()

2009-05-15 Thread Wolfgang Denk
Dear Stefan Roese, In message <1242049812-6038-1-git-send-email...@denx.de> you wrote: > This patch moves the malloc initialization before calling flash_init(). > Upcoming changes to the NOR FLASH common CFI driver with optional > MTD infrastructure and MTD concatenation support will call malloc()