diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:27 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 11:34:15 -0400 |
| commit | 493f420e14a8f886b24c5df86e55e57e075e212a (patch) | |
| tree | dc0d538350528f51cae30b80546847d15a09a8d5 /include | |
| 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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include')
| -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 */ |
