Re: [U-Boot] [PATCH v2] DLMALLOC:!X86: add av_ initialization

2009-10-06 Thread Nishanth Menon
Graeme Russ had written, on 10/06/2009 09:52 PM, the following: > On Wed, Oct 7, 2009 at 1:13 PM, Nishanth Menon wrote: >> Remove the predefined static initialization >> and generate the map dynamically to reduce >> code size. >> >> This patch benefits were pointed out by Peter: >> http://www.nabb

Re: [U-Boot] [PATCH v2] DLMALLOC:!X86: add av_ initialization

2009-10-06 Thread Graeme Russ
On Wed, Oct 7, 2009 at 1:13 PM, Nishanth Menon wrote: > Remove the predefined static initialization > and generate the map dynamically to reduce > code size. > > This patch benefits were pointed out by Peter: > http://www.nabble.com/forum/Permalink.jtp?root=25518020&post=25523748&page=y > > Signed

[U-Boot] [PATCH v2] DLMALLOC:!X86: add av_ initialization

2009-10-06 Thread Nishanth Menon
Remove the predefined static initialization and generate the map dynamically to reduce code size. This patch benefits were pointed out by Peter: http://www.nabble.com/forum/Permalink.jtp?root=25518020&post=25523748&page=y Signed-off-by: Nishanth Menon Cc: Peter Tyser Cc: Sandeep Paulraj Cc: To