From: Stefan Roese <sr@denx.de>
Date: Thu, 11 Sep 2008 11:05:56 +0000 (+0200)
Subject: ppc4xx: Enable device tree (FDT) support in zeus board port
X-Git-Tag: v2025.01-rc5-pxa1908~21812^2^2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=b18410e508a12ba0a177dfc2a386857c806fa96d;p=u-boot.git

ppc4xx: Enable device tree (FDT) support in zeus board port

Signed-off-by: Stefan Roese <sr@denx.de>
---

diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index b50cba556c..b71f711da4 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"