]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: arm: spl: Allow simple malloc() in SPL
authorSimon Glass <sjg@chromium.org>
Tue, 11 Nov 2014 00:16:44 +0000 (17:16 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 07:12:39 +0000 (08:12 +0100)
commitba19599b4433d1b5b4c8b6872453eec0441d2fc0
tree4699a1160014c61d116595f4aad4e12ae3bb8928
parentc9356be30741b5192c79038fa4f8a2ac5b5f35c1
dm: arm: spl: Allow simple malloc() in SPL

For SPL it is sometimes useful to have a simple malloc() just to permit
driver model to work, in the cases where the full malloc() is not made
available by the board config.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/crt0.S