commit | 65ba412f00ce0c314b5f1aeb248f8a978e530aca | [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 | 575537b1f6f0bfe57b870a504e06ef225976c932 [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>