]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Kconfig: Drop CONFIG_CMD_MEM
authorSimon Glass <sjg@chromium.org>
Fri, 4 Aug 2017 22:34:27 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Aug 2017 15:34:15 +0000 (11:34 -0400)
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>
README
include/configs/stm32f429-discovery.h
scripts/config_whitelist.txt

diff --git a/README b/README
index 3735916314db616e50754e1b7ac6be5f62206ab2..01815d4a6d9c1c00bcdb75b9d496928686b95181 100644 (file)
--- a/README
+++ b/README
@@ -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
index c47be514d8ac8011c9c541d7db34ddb437140a2f..cd97c7cbaddcf07a2b2bb2b148c4efed21590f6d 100644 (file)
@@ -82,6 +82,4 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
-#define CONFIG_CMD_MEM
-
 #endif /* __CONFIG_H */
index 457907b7d2c024bdc0171bf2a667cc2fec55ec1e..bad436dd6f1336af03ba88fe2c9884e5923d5883 100644 (file)
@@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
 CONFIG_CMDLINE_EDITING
 CONFIG_CMDLINE_PS_SUPPORT
 CONFIG_CMDLINE_TAG
-CONFIG_CMD_MEM
 CONFIG_CMD_MFSL
 CONFIG_CMD_MMC_SPI
 CONFIG_CMD_MTDPARTS_SPREAD