commit | cfda60f99ae237494e9341aad9676152d3bac3c9 | [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 | cf23c7c1dd11ca8f47bb7146c72729efc81eafd0 [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>