summaryrefslogtreecommitdiff
path: root/include/configs/yucca.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/yucca.h
parentcb5d88b9611e0c35c53543ad3b4ab99fa82203e3 (diff)
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/yucca.h')
-rw-r--r--include/configs/yucca.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h
index 1e3571eb4..6f9d3e3c6 100644
--- a/include/configs/yucca.h
+++ b/include/configs/yucca.h
@@ -541,4 +541,8 @@
/*---------------------------------------------------------------------------*/
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+
#endif /* __CONFIG_H */