summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGerald Van Baren <gvb@unssw.com>2012-11-19 19:26:35 -0500
committerGerald Van Baren <gvb@unssw.com>2012-11-19 19:26:35 -0500
commit2a7abdd3d3430183e85c637ec7d98b90d2f5ef47 (patch)
treeb523437ce97c18093f60fcb2f5a7ea35dbb3c877 /README
parent178d0cc1a4c73c3341afbeb2a93b172de8c96bd1 (diff)
parent008784765ab7f37fb355d5f7fb180661b94c42ab (diff)
downloadblackbird-obmc-uboot-2a7abdd3d3430183e85c637ec7d98b90d2f5ef47.tar.gz
blackbird-obmc-uboot-2a7abdd3d3430183e85c637ec7d98b90d2f5ef47.zip
Merge branch 'next'
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