Skip to content
Snippets Groups Projects
Commit 0db1b430 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent f72bdc60
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment