summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-09 15:33:50 -0400
committerTom Rini <trini@konsulko.com>2020-06-16 14:02:32 -0400
commit7b0cc9bbec73283eb780885011550e884bfabb1c (patch)
tree8c7af06815594fbefb50d196fe0f70f96c163de9
parent6633425c2ee60adf6d44ce2e4c94e58e54cadbfd (diff)
downloadu-boot-7b0cc9bbec73283eb780885011550e884bfabb1c.tar.gz
Convert CONFIG_CMDLINE_EDITING to Kconfig
This converts the following to Kconfig: CONFIG_CMDLINE_EDITING Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/configs/ls1028a_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h
index 44f2dc8f9b..c191f74a3a 100644
--- a/include/configs/ls1028a_common.h
+++ b/include/configs/ls1028a_common.h
@@ -87,10 +87,6 @@
sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
-#ifndef CONFIG_CMDLINE_EDITING
-#define CONFIG_CMDLINE_EDITING 1
-#endif
-
#define CONFIG_SYS_MAXARGS 64 /* max command args */
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */