[U-Boot] [PATCH] ppc4xx: Enable device tree (FDT) support in zeus board port

Stefan Roese sr at denx.de
Thu Sep 11 17:12:58 CEST 2008


Signed-off-by: Stefan Roese <sr at denx.de>
---
 include/configs/zeus.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index b50cba5..b71f711 100644
--- a/include/configs/zeus.h
+++ b/include/configs/zeus.h
@@ -309,6 +309,12 @@
 #define CONFIG_KGDB_SER_INDEX	2		/* which serial port to use */
 #endif
 
+/*
+ * Pass open firmware flat tree
+ */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
+
 /* ENVIRONMENT VARS */
 
 #define CONFIG_PREBOOT		"echo;echo Welcome to Bulletendpoints board v1.1;echo"
-- 
1.5.6.5



More information about the U-Boot mailing list