diff options
author | Simon Glass <sjg@chromium.org> | 2014-07-10 22:23:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-08-04 05:24:35 -0600 |
commit | 76a1e584e10d14f1981f65376636ecff80bdc19b (patch) | |
tree | 2e7415090101ac9940e1e23cc3997b9e65ce302f /README | |
parent | aae2aef9c807a13ec9074efe48fae5bb5e3c6039 (diff) | |
download | u-boot-imx-76a1e584e10d14f1981f65376636ecff80bdc19b.zip u-boot-imx-76a1e584e10d14f1981f65376636ecff80bdc19b.tar.gz u-boot-imx-76a1e584e10d14f1981f65376636ecff80bdc19b.tar.bz2 |
arm: Support pre-relocation malloc()
Add support for re-relocation malloc() in arm's start-up code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |