qong: enable support for compressed images
[platform/kernel/u-boot.git] / include / configs / MPC8360ERDK.h
index 851872a..705f57a 100644 (file)
 
 #ifdef CONFIG_PCI
 
-#define CONFIG_NET_MULTI
 #define CONFIG_PCI_PNP         /* do pci plug-and-play */
 
 #undef CONFIG_EEPRO100
 
 #endif /* CONFIG_PCI */
 
-
-#ifndef CONFIG_NET_MULTI
-#define CONFIG_NET_MULTI       1
-#endif
-
 /*
  * QE UEC ethernet configuration
  */
 
 #define CONFIG_LOADADDR        a00000
 #define CONFIG_HOSTNAME        mpc8360erdk
-#define CONFIG_BOOTFILE        uImage
+#define CONFIG_BOOTFILE        "uImage"
 
-#define CONFIG_ROOTPATH                /nfsroot/
+#define CONFIG_ROOTPATH                "/nfsroot/"
 
 #define        CONFIG_BOOTDELAY 2      /* -1 disables auto-boot */
 #undef CONFIG_BOOTARGS         /* the boot command will set bootargs */