summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-15 06:33:18 -0600
committerSimon Glass <sjg@chromium.org>2014-09-23 12:44:30 -0600
commite7b14e9ab0ceef3068722007e7396f89f4ede9c2 (patch)
treedd2223555f84f2ddbb21757b8894a2f9c9e6bcbd
parent2a8c9c86b92a9ccee3c27286de317e19bb0530b3 (diff)
downloadtalos-obmc-uboot-e7b14e9ab0ceef3068722007e7396f89f4ede9c2.tar.gz
talos-obmc-uboot-e7b14e9ab0ceef3068722007e7396f89f4ede9c2.zip
dm: Fix repeated comment in README
A merge error ended up repeating a similar sentence twice. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 0a0f528af1..298e8d62a0 100644
--- a/README
+++ b/README
@@ -3849,12 +3849,9 @@ Configuration Settings:
The memory will be freed (or in fact just forgotton) when
U-Boot relocates itself.
- Pre-relocation malloc() is only supported on sandbox
+ Pre-relocation malloc() is only supported on ARM and 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,
OpenPOWER on IntegriCloud