Message ID | 20200616230631.29189-20-trini@konsulko.com |
---|---|
State | Accepted |
Commit | 75bdd53d6c0264749685c830dfbe8d8283aa477e |
Headers | show |
Series | [PATCHv2,01/31] Convert CONFIG_AM335X_LCD to Kconfig | expand |
On Tue, Jun 16, 2020 at 07:06:20PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_CMDLINE_EDITING > > Signed-off-by: Tom Rini <trini at konsulko.com> Applied to u-boot/next, thanks!
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 44f2dc8f9b41..c191f74a3a61 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 */
This converts the following to Kconfig: CONFIG_CMDLINE_EDITING Signed-off-by: Tom Rini <trini at konsulko.com> --- include/configs/ls1028a_common.h | 4 ---- 1 file changed, 4 deletions(-)