]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8548CDS.h
net ppc: fix ethernet device names with spaces
[u-boot] / include / configs / MPC8548CDS.h
index 23594a74cb4c6d08a1a1053f48412949bafc6033..33f49f5f08c25c1fd8a464e63e6aa3a861d3595c 100644 (file)
@@ -471,7 +471,8 @@ extern unsigned long get_clock_freq(void);
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
-#define CONFIG_CMDLINE_EDITING         /* Command-line editing */
+#define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
+#define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 #define CONFIG_SYS_PROMPT      "=> "           /* Monitor Command Prompt */
 #if defined(CONFIG_CMD_KGDB)