commit | 30f9205fd9b29055a1eb31775e9a59cbe1a8efba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:05 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 1421254bdfe9e3484bfa99c0108081cf55f3fd88 | |
parent | 0a4eabb14d7e2230fb37f37d58be7b9be987c24d [diff] |
sandbox: Add a new header for the system malloc() Some files use U-Boot headers but still need to access the system malloc(). Allow this by creating a new asm/malloc.h which can be used so long as U-Boot's malloc.h has not been included. Signed-off-by: Simon Glass <sjg@chromium.org>