Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-09-04 Thread Wolfgang Denk
Dear Peter Tyser, In message <1250913921-15689-4-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > common/dlmalloc.c | 15 +++ > include/malloc.h |2 ++ > lib_arm/board.c| 10 -- > lib_avr32/board.c | 15 ++---

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Graeme Russ
On Sun, Aug 23, 2009 at 2:45 AM, Peter Tyser wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 23:05 Fri 21 Aug , Peter Tyser wrote: >>> Signed-off-by: Peter Tyser >>> --- [snip] >>> >>> +#ifndef CONFIG_X86 >> could we have a generic name (not arch) >> CONFIG_GENERIC_MALLOC_INIT >> >> a

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Peter Tyser
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 23:05 Fri 21 Aug , Peter Tyser wrote: >> Signed-off-by: Peter Tyser >> --- >> common/dlmalloc.c | 15 +++ >> include/malloc.h |2 ++ >> lib_arm/board.c| 10 -- >> lib_avr32/board.c | 15 ++--

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090822123232.gb11...@game.jcrosoft.org> you wrote: > > > That would mean you have to touch N board configurations. To me it > > sounds as if this was not per-board choice, but an architecture- > > specific decision. And a CONFIG_* name seems wro

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:54 Sat 22 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090822085428.ga11...@game.jcrosoft.org> you wrote: > > > > > common/dlmalloc.c | 15 +++ > > > include/malloc.h |2 ++ > > > lib_arm/board.c| 10 ---

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090822085428.ga11...@game.jcrosoft.org> you wrote: > > > common/dlmalloc.c | 15 +++ > > include/malloc.h |2 ++ > > lib_arm/board.c| 10 -- > > lib_avr32/board.c | 15 ++- > > l

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:05 Fri 21 Aug , Peter Tyser wrote: > Signed-off-by: Peter Tyser > --- > common/dlmalloc.c | 15 +++ > include/malloc.h |2 ++ > lib_arm/board.c| 10 -- > lib_avr32/board.c | 15 ++- > lib_blackfin/board.c |9 ---

[U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-21 Thread Peter Tyser
Signed-off-by: Peter Tyser --- common/dlmalloc.c | 15 +++ include/malloc.h |2 ++ lib_arm/board.c| 10 -- lib_avr32/board.c | 15 ++- lib_blackfin/board.c |9 - lib_m68k/board.c | 14 +- lib_micro