From: Stefan Roese Date: Thu, 11 Sep 2008 11:05:56 +0000 (+0200) Subject: ppc4xx: Enable device tree (FDT) support in zeus board port X-Git-Tag: v2008.10-rc2~10^2^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b18410e508a12ba0a177dfc2a386857c806fa96d;p=oweals%2Fu-boot.git ppc4xx: Enable device tree (FDT) support in zeus board port Signed-off-by: Stefan Roese --- 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"