commit | 82278bd07ae6f0f93fc24c7fd5c802bd7ede0126 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 17 06:48:49 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 23:56:57 2011 +0200 |
tree | bc1a1ef7cdc9612f71b19f35b5a23287116d21ab | |
parent | 81afc3d38c774615b22577230dc8e29f74481fb1 [diff] |
sandbox: Disable built-in malloc We prefer to U-Boot's malloc but for now it is easier to use the C library's version. Signed-off-by: Simon Glass <sjg@chromium.org>