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>
This commit is contained in:
parent
241d281853
commit
493f420e14
4
README
4
README
|
|
@ -3693,7 +3693,7 @@ Low Level (hardware related) configuration options:
|
||||||
|
|
||||||
- CONFIG_LOOPW
|
- CONFIG_LOOPW
|
||||||
Add the "loopw" memory command. This only takes effect if
|
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
|
- CONFIG_MX_CYCLIC
|
||||||
Add the "mdc" and "mwc" memory commands. These are 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 command will write 12345678 to address 100 all 10 ms.
|
||||||
|
|
||||||
This only takes effect if the memory commands are activated
|
This only takes effect if the memory commands are activated
|
||||||
globally (CONFIG_CMD_MEM).
|
globally (CONFIG_CMD_MEMORY).
|
||||||
|
|
||||||
- CONFIG_SKIP_LOWLEVEL_INIT
|
- CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
[ARM, NDS32, MIPS only] If this variable is defined, then certain
|
[ARM, NDS32, MIPS only] If this variable is defined, then certain
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,4 @@
|
||||||
#define CONFIG_AUTO_COMPLETE
|
#define CONFIG_AUTO_COMPLETE
|
||||||
#define CONFIG_CMDLINE_EDITING
|
#define CONFIG_CMDLINE_EDITING
|
||||||
|
|
||||||
#define CONFIG_CMD_MEM
|
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
|
|
||||||
|
|
@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
|
||||||
CONFIG_CMDLINE_EDITING
|
CONFIG_CMDLINE_EDITING
|
||||||
CONFIG_CMDLINE_PS_SUPPORT
|
CONFIG_CMDLINE_PS_SUPPORT
|
||||||
CONFIG_CMDLINE_TAG
|
CONFIG_CMDLINE_TAG
|
||||||
CONFIG_CMD_MEM
|
|
||||||
CONFIG_CMD_MFSL
|
CONFIG_CMD_MFSL
|
||||||
CONFIG_CMD_MMC_SPI
|
CONFIG_CMD_MMC_SPI
|
||||||
CONFIG_CMD_MTDPARTS_SPREAD
|
CONFIG_CMD_MTDPARTS_SPREAD
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue