summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:27 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 15:34:15 (GMT)
commit493f420e14a8f886b24c5df86e55e57e075e212a (patch)
treedc0d538350528f51cae30b80546847d15a09a8d5 /include
parent241d281853e443498dccab520dfcbfca439269f5 (diff)
downloadu-boot-fsl-qoriq-493f420e14a8f886b24c5df86e55e57e075e212a.tar.xz
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')
-rw-r--r--include/configs/stm32f429-discovery.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index c47be51..cd97c7c 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 */