MX51: vision2: Fix build for vision2 board.
[oweals/u-boot.git] / include / configs / digsy_mtc.h
index f1613c7ac790dc38e8341737999fc2c8e86bfcc9..c738b3ab4444d1833328692738da6d4c9d5728a1 100644 (file)
  */
 #define CONFIG_MPC5xxx_FEC     1
 #define CONFIG_MPC5xxx_FEC_MII100
+#if defined(CONFIG_DIGSY_REV5)
+#define CONFIG_PHY_ADDR                0x01
+#else
 #define CONFIG_PHY_ADDR                0x00
+#endif
 #define CONFIG_PHY_RESET_DELAY 1000
 
 #define CONFIG_NETCONSOLE              /* include NetConsole support   */