]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: spl: Make simple malloc() available when enabled
authorSimon Glass <sjg@chromium.org>
Tue, 11 Nov 2014 00:16:45 +0000 (17:16 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 07:12:52 +0000 (08:12 +0100)
commitfb4f5e7c911745de1a6c7d0051abca9d2a4cd920
tree15628afec9397b4d08290fc3a0f83fab893d4c3e
parentba19599b4433d1b5b4c8b6872453eec0441d2fc0
dm: spl: Make simple malloc() available when enabled

Set up the simple malloc() implementation when requested, in preference to
the full malloc().

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c