>From 05dde92cf942f0cae7d731912824cc76c9a040d5 Mon Sep 17 00:00:00 2001 From: Jerry Van Baren Date: Mon, 30 Oct 2006 20:31:26 -0500 Subject: [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board. --- include/configs/MPC8260ADS.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 6195bca..12e9560 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -506,4 +506,15 @@ #if CONFIG_ADSTYPE == CFG_8272ADS #define CONFIG_HAS_ETH1 #endif +/* pass open firmware flat tree */ +#define CONFIG_OF_FLAT_TREE 1 + +/* maximum size of the flat tree (8K) */ +#define OF_FLAT_TREE_MAX_SIZE 8192 + +#define OF_CPU "PowerPC,MPC8272@0" +#define OF_TBCLK (CONFIG_8260_CLKIN / 4) +#define CONFIG_OF_HAS_BD_T 1 +#define CONFIG_OF_HAS_UBOOT_ENV 1 + #endif /* __CONFIG_H */ -- 1.4.1.1