diff options
author | Simon Glass <sjg@chromium.org> | 2014-09-15 06:33:18 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-09-23 12:44:30 -0600 |
commit | e7b14e9ab0ceef3068722007e7396f89f4ede9c2 (patch) | |
tree | dd2223555f84f2ddbb21757b8894a2f9c9e6bcbd /README | |
parent | 2a8c9c86b92a9ccee3c27286de317e19bb0530b3 (diff) | |
download | u-boot-imx-e7b14e9ab0ceef3068722007e7396f89f4ede9c2.zip u-boot-imx-e7b14e9ab0ceef3068722007e7396f89f4ede9c2.tar.gz u-boot-imx-e7b14e9ab0ceef3068722007e7396f89f4ede9c2.tar.bz2 |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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, |