]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8548CDS.h
mx35: flea3: fix when cache functions are linked
[u-boot] / include / configs / MPC8548CDS.h
index 4b5f719926c05fb64cde9fcf171cf8cd07b30f4e..1a6ba692ab64620665f1986902a45272bb280917 100644 (file)
@@ -464,6 +464,8 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_TSEC4_NAME      "eTSEC3"
 #undef CONFIG_MPC85XX_FEC
 
+#define CONFIG_PHY_MARVELL
+
 #define TSEC1_PHY_ADDR         0
 #define TSEC2_PHY_ADDR         1
 #define TSEC3_PHY_ADDR         2
@@ -577,8 +579,8 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_IPADDR   192.168.1.253
 
 #define CONFIG_HOSTNAME         unknown
-#define CONFIG_ROOTPATH         /nfsroot
-#define CONFIG_BOOTFILE        8548cds/uImage.uboot
+#define CONFIG_ROOTPATH         "/nfsroot"
+#define CONFIG_BOOTFILE "8548cds/uImage.uboot"
 #define CONFIG_UBOOTPATH       8548cds/u-boot.bin      /* TFTP server */
 
 #define CONFIG_SERVERIP         192.168.1.1