From: stroese Date: Thu, 16 Dec 2004 18:46:55 +0000 (+0000) Subject: CONFIG_MX_CYCLIC description added X-Git-Tag: LABEL_2006_03_12_0025~398 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b4666414726013713ebbcd33924b25eba234222;p=u-boot CONFIG_MX_CYCLIC description added --- diff --git a/README b/README index bb4c90abc4..9455cc22e3 100644 --- a/README +++ b/README @@ -2113,6 +2113,20 @@ Low Level (hardware related) configuration options: Add the "loopw" memory command. This only takes effect if the memory commands are activated globally (CFG_CMD_MEM). +- CONFIG_MX_CYCLIC + Add the "mdc" and "mwc" memory commands. These are cyclic + "md/mw" commands. + Examples: + + => mdc.b 10 4 500 + This command will print 4 bytes (10,11,12,13) each 500 ms. + + => 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 (CFG_CMD_MEM). + Building the Software: ======================