summaryrefslogtreecommitdiffstats
path: root/include/configs/walnut.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-05-08 11:05:15 +0200
committerStefan Roese <sr@denx.de>2008-05-08 11:05:15 +0200
commita00eccfebc954ad9485161efeca7d9aaf626d530 (patch)
tree3d429b4ad8ff15e3a14d0449a14bea5327818e3d /include/configs/walnut.h
parentcb5d88b9611e0c35c53543ad3b4ab99fa82203e3 (diff)
downloadtalos-obmc-uboot-a00eccfebc954ad9485161efeca7d9aaf626d530.tar.gz
talos-obmc-uboot-a00eccfebc954ad9485161efeca7d9aaf626d530.zip
ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
This patch adds fdt (flattened device tree) support to all remaining AMCC eval boards. Most newer boards already support device tree. With this patch, all AMCC boards now enable device tree passing from U-Boot to Linux arch/powerpc kernels. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/walnut.h')
-rw-r--r--include/configs/walnut.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/walnut.h b/include/configs/walnut.h
index f6e99aca77..adc420b9ad 100644
--- a/include/configs/walnut.h
+++ b/include/configs/walnut.h
@@ -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 */
@@ -346,4 +347,9 @@
#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 */
OpenPOWER on IntegriCloud