]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tplink_wdr4300.h
mmc: Remove hwpartition help text when command is disabled
[u-boot] / include / configs / tplink_wdr4300.h
index ba76dcd2937537c2734cb384df420e0a5386dd82..0982d3e6118447ad8ffd57627ee02fd6ddbcc577 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2016 Marek Vasut <marex@denx.de>
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 #ifndef __CONFIG_H
  * Command
  */
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_CBSIZE      1024            /* Console I/O buffer size */
 #define CONFIG_SYS_MAXARGS     32              /* Max number of command args */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
                                                /* Boot argument buffer size */
-#define CONFIG_AUTO_COMPLETE                   /* Command auto complete */
-#define CONFIG_CMDLINE_EDITING                 /* Command history etc */
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 
 /* USB, USB storage, USB ethernet */
@@ -60,7 +56,6 @@
  */
 #define CONFIG_SYS_MEMTEST_START       0x80100000
 #define CONFIG_SYS_MEMTEST_END         0x83f00000
-#define CONFIG_CMD_MEMTEST
 
 #define CONFIG_CMD_MII