]> Git Repo - u-boot.git/commit
malloc: Turn on DEBUG when enabling unit tests
authorPantelis Antoniou <[email protected]>
Thu, 25 May 2017 16:24:06 +0000 (19:24 +0300)
committerTom Rini <[email protected]>
Mon, 5 Jun 2017 18:13:11 +0000 (14:13 -0400)
commit4e33316f656bf9a893ad0e828cc9a0acbc0a9d30
tree0c4840c64f3a22d16d4244dbaacfb3def3b1f2ca
parent54cc4dcfdac1fdb0e7719556fd69980b4f80f47c
malloc: Turn on DEBUG when enabling unit tests

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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/dlmalloc.c
This page took 0.027972 seconds and 4 git commands to generate.