Skip to content
Snippets Groups Projects
Commit e7b14e9a authored by Simon Glass's avatar Simon Glass
Browse files

dm: Fix repeated comment in README


A merge error ended up repeating a similar sentence twice. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2a8c9c86
No related branches found
No related tags found
No related merge requests found
...@@ -3849,12 +3849,9 @@ Configuration Settings: ...@@ -3849,12 +3849,9 @@ Configuration Settings:
The memory will be freed (or in fact just forgotton) when The memory will be freed (or in fact just forgotton) when
U-Boot relocates itself. 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. 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: - CONFIG_SYS_BOOTM_LEN:
Normally compressed uImages are limited to an Normally compressed uImages are limited to an
uncompressed size of 8 MBytes. If this is not enough, uncompressed size of 8 MBytes. If this is not enough,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment