]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ve8313.h
powerpc: fix typo in kgdb.c
[u-boot] / include / configs / ve8313.h
index 94a59f3e90ee145fe4c44e4afc5f245e5c41b0e2..bbd8ec5e3c8a8e41e7b6de52e9491dec4ad3ea4b 100644 (file)
 #define CONFIG_MPC831x         1
 #define CONFIG_MPC8313         1
 
-#ifndef CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_TEXT_BASE   0xfe000000
-#endif
-
 #define CONFIG_PCI_INDIRECT_BRIDGE 1
 #define CONFIG_FSL_ELBC                1
 
 /*
  * Serial Port
  */
-#define CONFIG_CONS_INDEX      1
 #define CONFIG_SYS_NS16550_SERIAL
 #define CONFIG_SYS_NS16550_REG_SIZE    1
 #define CONFIG_SYS_NS16550_CLK         get_bus_freq(0)
 /*
  * TSEC
  */
-#define CONFIG_TSEC_ENET               /* TSEC ethernet support */
 
 #define CONFIG_TSEC1
 #ifdef CONFIG_TSEC1
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
 
 /*
  * Command line configuration.
  */
 
-#define CONFIG_CMDLINE_EDITING 1
-#define CONFIG_AUTO_COMPLETE   /* add autocompletion support   */
-
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x100000        /* default load address */
 #define CONFIG_SYS_CBSIZE      1024            /* Console I/O Buffer Size */
 
 
 #define CONFIG_NETDEV          eth0
 
-#define CONFIG_HOSTNAME                ve8313
+#define CONFIG_HOSTNAME                "ve8313"
 #define CONFIG_UBOOTPATH       ve8313/u-boot.bin
 
 #define CONFIG_EXTRA_ENV_SETTINGS \