summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2008-06-03 20:34:45 -0400
committerGerald Van Baren <vanbaren@cideas.com>2008-06-09 21:13:35 -0400
commitfec6d9ee7c10443f65ce1788ef818919167bbf2e (patch)
tree1504a066f4062f5ddead739a32555a4a7a1df09d /README
parent62bcdda293efa752f8281fbd9da03822b27ce82f (diff)
downloadtalos-obmc-uboot-fec6d9ee7c10443f65ce1788ef818919167bbf2e.tar.gz
talos-obmc-uboot-fec6d9ee7c10443f65ce1788ef818919167bbf2e.zip
Remove the deprecated CONFIG_OF_FLAT_TREE
Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is cleaner, has better functionality, and is better supported. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 1 insertions, 8 deletions
diff --git a/README b/README
index 78344f8b57..5dfc9fe7e1 100644
--- a/README
+++ b/README
@@ -350,7 +350,7 @@ The following options need to be configured:
expect it to be in bytes, others in MB.
Define CONFIG_MEMSIZE_IN_BYTES to make it in bytes.
- CONFIG_OF_LIBFDT / CONFIG_OF_FLAT_TREE
+ CONFIG_OF_LIBFDT
New kernel versions are expecting firmware settings to be
passed using flattened device trees (based on open firmware
@@ -361,13 +361,6 @@ The following options need to be configured:
* Adds the "fdt" command
* The bootm command automatically updates the fdt
- CONFIG_OF_FLAT_TREE
- * Deprecated, see CONFIG_OF_LIBFDT
- * Original ft_build.c-based support
- * Automatically modifies the dft as part of the bootm command
- * The environment variable "disable_of", when set,
- disables this functionality.
-
OF_CPU - The proper name of the cpus node.
OF_SOC - The proper name of the soc node.
OF_TBCLK - The timebase frequency.
OpenPOWER on IntegriCloud