diff options
author | Gerald Van Baren <gvb@unssw.com> | 2012-11-19 19:26:35 -0500 |
---|---|---|
committer | Gerald Van Baren <gvb@unssw.com> | 2012-11-19 19:26:35 -0500 |
commit | 2a7abdd3d3430183e85c637ec7d98b90d2f5ef47 (patch) | |
tree | b523437ce97c18093f60fcb2f5a7ea35dbb3c877 /README | |
parent | 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1 (diff) | |
parent | 008784765ab7f37fb355d5f7fb180661b94c42ab (diff) | |
download | u-boot-imx-2a7abdd3d3430183e85c637ec7d98b90d2f5ef47.zip u-boot-imx-2a7abdd3d3430183e85c637ec7d98b90d2f5ef47.tar.gz u-boot-imx-2a7abdd3d3430183e85c637ec7d98b90d2f5ef47.tar.bz2 |
Merge branch 'next'
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |