diff options
author | Simon Glass | 2017-08-04 16:34:27 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 11:34:15 -0400 |
commit | 493f420e14a8f886b24c5df86e55e57e075e212a (patch) | |
tree | dc0d538350528f51cae30b80546847d15a09a8d5 /include/configs/stm32f429-discovery.h | |
parent | 241d281853e443498dccab520dfcbfca439269f5 (diff) |
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 'include/configs/stm32f429-discovery.h')
-rw-r--r-- | include/configs/stm32f429-discovery.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index c47be514d8a..cd97c7cbadd 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -82,6 +82,4 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -#define CONFIG_CMD_MEM - #endif /* __CONFIG_H */ |