powerpc/85xx: Fix NAND SPL support
[oweals/u-boot.git] / include / configs / sbc8548.h
index 4ec323ecec02083e0c467eb0731a75589f0965fc..ba7612c5a1c96e2a5da586739c4dac27b2d39a5b 100644 (file)
 
 #if defined(CONFIG_PCI)
 
-#define CONFIG_NET_MULTI
 #define CONFIG_PCI_PNP                 /* do pci plug-and-play */
 
 #undef CONFIG_EEPRO100
 
 #if defined(CONFIG_TSEC_ENET)
 
-#ifndef CONFIG_NET_MULTI
-#define CONFIG_NET_MULTI       1
-#endif
-
 #define CONFIG_MII             1       /* MII PHY management */
 #define CONFIG_TSEC1   1
 #define CONFIG_TSEC1_NAME      "eTSEC0"
 #define CONFIG_IPADDR   192.168.0.55
 
 #define CONFIG_HOSTNAME         sbc8548
-#define CONFIG_ROOTPATH         /opt/eldk/ppc_85xx
-#define CONFIG_BOOTFILE         /uImage
+#define CONFIG_ROOTPATH         "/opt/eldk/ppc_85xx"
+#define CONFIG_BOOTFILE         "/uImage"
 #define CONFIG_UBOOTPATH /u-boot.bin   /* TFTP server */
 
 #define CONFIG_SERVERIP         192.168.0.2