From: Simon Glass Date: Mon, 15 Sep 2014 12:33:18 +0000 (-0600) Subject: dm: Fix repeated comment in README X-Git-Tag: KARO-TXA5-2015-06-26~640^2~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e7b14e9ab0ceef3068722007e7396f89f4ede9c2 dm: Fix repeated comment in README A merge error ended up repeating a similar sentence twice. Fix it. Signed-off-by: Simon Glass --- 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,