]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/walnut.h
ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
[people/ms/u-boot.git] / include / configs / walnut.h
index f6e99aca777b9de497771ed577b59d9ba8611e6b..adc420b9ade46063212829eea0543f89ed92391a 100644 (file)
@@ -92,6 +92,7 @@
 #define CONFIG_PHY_ADDR                1       /* PHY address                  */
 
 #define CFG_RX_ETH_BUFFER      16      /* use 16 rx buffer on 405 emac */
+#define CONFIG_HAS_ETH0                1
 
 #define CONFIG_NETCONSOLE              /* include NetConsole support   */
 #define CONFIG_NET_MULTI               /* needed for NetConsole        */
 #define CONFIG_KGDB_BAUDRATE   230400  /* speed to run kgdb serial port */
 #define CONFIG_KGDB_SER_INDEX  2       /* which serial port to use */
 #endif
+
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT       1
+#define CONFIG_OF_BOARD_SETUP  1
+
 #endif /* __CONFIG_H */