]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Complete migration away from os_malloc()
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:36:18 +0000 (07:36 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 04:48:23 +0000 (21:48 -0700)
commitfda1ba4f0fbcf63eb96cf6430d09edb354459b39
tree616cf1f40f265c6e0b5e04bf8fad3e479275cd3f
parentac4b9c0142258eca7249a082d8f7be5799e2828a
sandbox: Complete migration away from os_malloc()

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>
drivers/misc/cros_ec_sandbox.c