[PATCH v2 32/32] sandbox: Complete migration away from os_malloc()
sjg at google.com
sjg at google.com
Thu Feb 6 03:31:35 CET 2020
Now that we can use direct access to the system malloc() in sandbox, drop
the remaining uses of os_malloc().
The only one remaining now is for the RAM buffer, which we do want to be
at a known address, so this is intended.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Fix 'adress' typo
drivers/misc/cros_ec_sandbox.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list