commit | a4f416df720f6ed56473cc1f8eefaebadc0990e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:18 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 21:48:23 2020 -0700 |
tree | 616cf1f40f265c6e0b5e04bf8fad3e479275cd3f | |
parent | fb6f4828b9135665517857d50e7ce609d5f543ad [diff] |
sandbox: Complete migration away from os_malloc() Now that we can use direct access to the system malloc() in sandbox, drop the remaining uses of os_malloc(). The only one remaining now is for the RAM buffer, which we do want to be at a known address, so this is intended. Signed-off-by: Simon Glass <sjg@chromium.org>