commit | fa2522613709b1939cca99229bed7533ec32ad5d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:02 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | eb3d8985ed675c8ee220d4b001c43215575b44f2 | |
parent | 0765036aa2c68d78e724d543f5f3bfde08c7b1ac [diff] |
sandbox: Drop use of special os_malloc() where possible Some sandbox files are not built with U-Boot headers, so with the renamed malloc functions there is now no need to use the special os_... allocation functions to access the system routines. Instead we can just call them directly. Update the affected files accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>