Re: [U-Boot] [PATCH 02/10] malloc_simple: Add debug() information

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> It's useful to get a a trace of memory allocations in early init. Add a >> debug() call to provide that. It can be enabled by adding '#define DEBUG' >> to

Re: [U-Boot] [PATCH 02/10] malloc_simple: Add debug() information

2015-09-14 Thread Bin Meng
On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > It's useful to get a a trace of memory allocations in early init. Add a > debug() call to provide that. It can be enabled by adding '#define DEBUG' > to the top of the file. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH 02/10] malloc_simple: Add debug() information

2015-09-08 Thread Simon Glass
It's useful to get a a trace of memory allocations in early init. Add a debug() call to provide that. It can be enabled by adding '#define DEBUG' to the top of the file. Signed-off-by: Simon Glass --- common/malloc_simple.c | 4 1 file changed, 4 insertions(+) diff