From b18410e508a12ba0a177dfc2a386857c806fa96d Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 11 Sep 2008 13:05:56 +0200 Subject: [PATCH] ppc4xx: Enable device tree (FDT) support in zeus board port Signed-off-by: Stefan Roese --- include/configs/zeus.h | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.39.2