]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: Fix repeated comment in README
authorSimon Glass <sjg@chromium.org>
Mon, 15 Sep 2014 12:33:18 +0000 (06:33 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 23 Sep 2014 18:44:30 +0000 (12:44 -0600)
A merge error ended up repeating a similar sentence twice. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
README

diff --git a/README b/README
index 0a0f528af117e94f86918078b23b7ec8c5561f96..298e8d62a0387bed7ce5e6ef9e845b1e2c54e7a5 100644 (file)
--- 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,