Re: [U-Boot] [PATCH] malloc: Turn on DEBUG when enabling unit tests

2017-05-31 Thread Simon Glass
On 25 May 2017 at 10:24, Pantelis Antoniou wrote: > Unit tests require mallinfo which in turn requires DEBUG on > dlmalloc to be enabled. > > The dependancy on CONFIG_SANDBOX is wrong. > > Signed-off-by: Pantelis Antoniou > --- >

[U-Boot] [PATCH] malloc: Turn on DEBUG when enabling unit tests

2017-05-25 Thread Pantelis Antoniou
Unit tests require mallinfo which in turn requires DEBUG on dlmalloc to be enabled. The dependancy on CONFIG_SANDBOX is wrong. Signed-off-by: Pantelis Antoniou --- common/dlmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git