]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8323ERDB.h
efi_loader: avoid initializer element is not constant
[u-boot] / include / configs / MPC8323ERDB.h
index 0f9a7e096f1588758fff26a32e898b9553fc434a..85ea1711751d9d71dea97e57bf82fde46a189629 100644 (file)
@@ -16,8 +16,6 @@
 #define CONFIG_QE              1       /* Has QE */
 #define CONFIG_MPC832x         1       /* MPC832x CPU specific */
 
-#define        CONFIG_SYS_TEXT_BASE    0xFE000000
-
 /*
  * System Clock Setup
  */
 /*
  * 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)
 #define CONFIG_SYS_NS16550_COM1        (CONFIG_SYS_IMMR+0x4500)
 #define CONFIG_SYS_NS16550_COM2        (CONFIG_SYS_IMMR+0x4600)
 
-#define CONFIG_CMDLINE_EDITING 1       /* add command line history */
-#define CONFIG_AUTO_COMPLETE           /* add autocompletion support   */
-
 /* I2C */
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_FSL
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
 
 /*
  * Command line configuration.
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
 /*
 
 #define CONFIG_NETDEV          "eth1"
 
-#define CONFIG_HOSTNAME                mpc8323erdb
+#define CONFIG_HOSTNAME                "mpc8323erdb"
 #define CONFIG_ROOTPATH                "/nfsroot"
 #define CONFIG_BOOTFILE                "uImage"
                                /* U-Boot image on TFTP server */