From 76a1e584e10d14f1981f65376636ecff80bdc19b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 10 Jul 2014 22:23:29 -0600 Subject: arm: Support pre-relocation malloc() Add support for re-relocation malloc() in arm's start-up code. Signed-off-by: Simon Glass --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index f704eb3..31e08fc 100644 --- a/README +++ b/README @@ -3752,6 +3752,9 @@ Configuration Settings: Pre-relocation malloc() is only supported on sandbox at present but is fairly easy to enable for other archs. + Pre-relocation malloc() is only supported on ARM at present + but is fairly easy to enable for other archs. + - CONFIG_SYS_BOOTM_LEN: Normally compressed uImages are limited to an uncompressed size of 8 MBytes. If this is not enough, -- cgit v1.1