projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d865b
)
Convert CONFIG_CMDLINE_EDITING to Kconfig
author
Tom Rini
<trini@konsulko.com>
Tue, 16 Jun 2020 23:06:20 +0000
(19:06 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Jun 2020 14:29:06 +0000
(10:29 -0400)
This converts the following to Kconfig:
CONFIG_CMDLINE_EDITING
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/ls1028a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1028a_common.h
b/include/configs/ls1028a_common.h
index 44f2dc8f9b415fc976e8eae61ac629ce61e2318d..c191f74a3a61d90b722e33f75dfb3b76b2b6daac 100644
(file)
--- 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 */