commit | 6fbd7397be15438e5c8dd3e44b1c6a50c229ae6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:58 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 86f56de564e820f72b80c76c04b655ea9193ad6f | |
parent | ec09a184c84c1b8ae240a29d350ab62f68385f8d [diff] |
sandbox: Use a prefix for all allocation functions In order to allow use of both U-Boot's malloc() and the C library's version, set a prefix for the allocation functions so that they can co-exist. This is only done for sandbox. For other archs everything remains the same. Signed-off-by: Simon Glass <sjg@chromium.org>