
6 Feb
2020
6 Feb
'20
3:31 a.m.
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@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!