fdt: remove unused OF_FLAT_TREE_MAX_SIZE references

and make some minor corrections to the FDT part of the README.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
Kim Phillips
2007-08-10 14:34:14 -05:00
committed by Wolfgang Denk
parent 6af2eeb1e9
commit 3bb342fc85
21 changed files with 4 additions and 65 deletions

View File

@@ -704,8 +704,6 @@
#define CONFIG_OF_FLAT_TREE 1
#define CONFIG_OF_BOARD_SETUP 1
/* maximum size of the flat tree (8K) */
#define OF_FLAT_TREE_MAX_SIZE 8192
#define OF_CPU "PowerPC,5200@0"
#define OF_SOC "soc5200@f0000000"
#define OF_TBCLK (bd->bi_busfreq / 4)