Add a flattened device tree (fdt) command (2 of 2)

Modifications to the existing code to support the new fdt command.
This commit is contained in:
Gerald Van Baren
2007-03-31 12:23:51 -04:00
parent 781e09ee6e
commit 213bf8c822
8 changed files with 237 additions and 27 deletions

View File

@@ -342,8 +342,12 @@
#endif
/* pass open firmware flat tree */
#define CONFIG_OF_FLAT_TREE 1
#define CONFIG_OF_LIBFDT 1
#undef CONFIG_OF_FLAT_TREE
#define CONFIG_OF_BOARD_SETUP 1
#define CONFIG_OF_HAS_BD_T 1
#define CONFIG_OF_HAS_UBOOT_ENV 1
/* maximum size of the flat tree (8K) */
#define OF_FLAT_TREE_MAX_SIZE 8192