X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=README;h=943d9e2b244ab17305b3de810e5fdc6799ea24a7;hb=56523f12830227fc18437bf935fefdb10fe25cca;hp=338f39397d35e29deb325302176b6cf596a23790;hpb=857cad37a41c431582a74be56f858ee0476cd0d9;p=u-boot diff --git a/README b/README index 338f39397d..943d9e2b24 100644 --- a/README +++ b/README @@ -572,7 +572,7 @@ The following options need to be configured: CFG_CMD_LOADB loadb CFG_CMD_LOADS loads CFG_CMD_MEMORY md, mm, nm, mw, cp, cmp, crc, base, - loop, mtest + loop, loopw, mtest CFG_CMD_MISC Misc functions like sleep etc CFG_CMD_MMC MMC memory mapped support CFG_CMD_MII MII utility commands @@ -2052,6 +2052,10 @@ 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 (CFG_CMD_MEM). + Building the Software: ====================== @@ -2224,6 +2228,7 @@ iminfo - print header information for application image coninfo - print console devices and informations ide - IDE sub-system loop - infinite loop on address range +loopw - infinite write loop on address range mtest - simple RAM test icache - enable or disable instruction cache dcache - enable or disable data cache