commit | 836ac74c29b04a18fc51c92a18e383cf18a36d63 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 08 17:52:46 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:25 2015 -0600 |
tree | df6b0a443158ba21543feca162e92abfb8f7800c | |
parent | 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d [diff] |
malloc_simple: Add debug() information 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>