]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Enable device tree (FDT) support in zeus board port
authorStefan Roese <sr@denx.de>
Thu, 11 Sep 2008 11:05:56 +0000 (13:05 +0200)
committerStefan Roese <sr@denx.de>
Fri, 12 Sep 2008 05:12:39 +0000 (07:12 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/zeus.h

index b50cba556cf79dfe77d3a7e6ab9836d259859b6f..b71f711da4e2a8b994f7a218c3b6c0062898dfe6 100644 (file)
 #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"