]> git.sur5r.net Git - u-boot/blobdiff - include/configs/stxssa.h
net ppc: fix ethernet device names with spaces
[u-boot] / include / configs / stxssa.h
index b0bd0508bb7702fbc944404c26d81b9c432bfe30..57bb8d1a386db891f7935426b8af0a3d73081800 100644 (file)
@@ -64,7 +64,6 @@
  */
 #define CONFIG_L2_CACHE                                /* toggle L2 cache             */
 #define  CONFIG_BTB                            /* toggle branch predition */
-#define  CONFIG_ADDR_STREAMING                 /* toggle addr streaming        */
 
 #define CONFIG_BOARD_EARLY_INIT_F   1          /* Call board_pre_init   */
 
 #define CONFIG_SYS_LBC_LSDMR_4         0x1861b723
 #define CONFIG_SYS_LBC_LSDMR_5         0x4061b723
 
-#define CONFIG_L1_INIT_RAM
 #define CONFIG_SYS_INIT_RAM_LOCK       1
 #define CONFIG_SYS_INIT_RAM_ADDR       0x60000000      /* Initial RAM address  */
 #define CONFIG_SYS_INIT_RAM_END        0x4000          /* End of used area in RAM */
 #define CONFIG_SYS_NS16550_COM2        (CONFIG_SYS_CCSRBAR+0x4600)
 
 #define CONFIG_CMDLINE_EDITING 1       /* add command line history     */
+#define CONFIG_AUTO_COMPLETE   1       /* add autocompletion support   */
 #define CONFIG_SYS_HUSH_PARSER         1       /* Use the HUSH parser          */
 #ifdef CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_SNTP
+#define CONFIG_CMD_REGINFO
 
 #if defined(CONFIG_PCI)
     #define CONFIG_CMD_PCI
 #endif
 
 #if defined(CONFIG_SYS_RAMBOOT)
-    #undef CONFIG_CMD_ENV
+    #undef CONFIG_CMD_SAVEENV
     #undef CONFIG_CMD_LOADS
 #else
     #define CONFIG_CMD_ELF