summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-11-20 10:46:30 -0700
committerTom Rini <trini@ti.com>2012-11-20 10:46:30 -0700
commitd6bc7dcc0347765c4621c253ea68b07985d8c1f0 (patch)
tree4819c732811a2fca3c79f09873988f08e8213912 /README
parent7bae844f2dacd1b75f65e37624778a15e132f5e1 (diff)
parent2a7abdd3d3430183e85c637ec7d98b90d2f5ef47 (diff)
downloadtalos-obmc-uboot-d6bc7dcc0347765c4621c253ea68b07985d8c1f0.tar.gz
talos-obmc-uboot-d6bc7dcc0347765c4621c253ea68b07985d8c1f0.zip
Merge branch 'master' of git://git.denx.de/u-boot-fdt
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 2dc098462d..335207b628 100644
--- a/README
+++ b/README
@@ -2602,6 +2602,17 @@ FIT uImage format:
-150 common/cmd_nand.c Incorrect FIT image format
151 common/cmd_nand.c FIT image format OK
+- FIT image support:
+ CONFIG_FIT
+ Enable support for the FIT uImage format.
+
+ CONFIG_FIT_BEST_MATCH
+ When no configuration is explicitly selected, default to the
+ one whose fdt's compatibility field best matches that of
+ U-Boot itself. A match is considered "best" if it matches the
+ most specific compatibility entry of U-Boot's fdt's root node.
+ The order of entries in the configuration's fdt is ignored.
+
- Standalone program support:
CONFIG_STANDALONE_LOAD_ADDR
OpenPOWER on IntegriCloud