diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 11:34:15 -0400 |
commit | 493f420e14a8f886b24c5df86e55e57e075e212a (patch) | |
tree | dc0d538350528f51cae30b80546847d15a09a8d5 /README | |
parent | 241d281853e443498dccab520dfcbfca439269f5 (diff) | |
download | u-boot-493f420e14a8f886b24c5df86e55e57e075e212a.tar.gz |
Kconfig: Drop CONFIG_CMD_MEM
This is not actually used in U-Boot. Most likely it means
CONFIG_CMD_MEMORY so change all occurences to that.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3693,7 +3693,7 @@ Low Level (hardware related) configuration options: - CONFIG_LOOPW Add the "loopw" memory command. This only takes effect if - the memory commands are activated globally (CONFIG_CMD_MEM). + the memory commands are activated globally (CONFIG_CMD_MEMORY). - CONFIG_MX_CYCLIC Add the "mdc" and "mwc" memory commands. These are cyclic @@ -3707,7 +3707,7 @@ Low Level (hardware related) configuration options: 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). + globally (CONFIG_CMD_MEMORY). - CONFIG_SKIP_LOWLEVEL_INIT [ARM, NDS32, MIPS only] If this variable is defined, then certain |