[U-Boot] [PATCH 10/14] CMD: Remove CMD_MEM and CMD_LOOPW, they're unused
Marek Vasut
marex at denx.de
Sat Mar 31 19:47:15 CEST 2012
Signed-off-by: Marek Vasut <marex at denx.de>
---
README | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/README b/README
index c98afa7..0ebe877 100644
--- a/README
+++ b/README
@@ -3379,10 +3379,6 @@ Low Level (hardware related) configuration options:
and crc32 is the correct crc32 which the
area should have.
-- CONFIG_LOOPW
- Add the "loopw" memory command. This only takes effect if
- the memory commands are activated globally (CONFIG_CMD_MEM).
-
- CONFIG_MX_CYCLIC
Add the "mdc" and "mwc" memory commands. These are cyclic
"md/mw" commands.
@@ -3394,9 +3390,6 @@ Low Level (hardware related) configuration options:
=> mwc.l 100 12345678 10
This command will write 12345678 to address 100 all 10 ms.
- This only takes effect if the memory commands are activated
- globally (CONFIG_CMD_MEM).
-
- CONFIG_SKIP_LOWLEVEL_INIT
[ARM, NDS32, MIPS only] If this variable is defined, then certain
low level initializations (like setting up the memory
--
1.7.9.1
More information about the U-Boot
mailing list