diff options
author | Tom Rini <trini@ti.com> | 2012-11-20 10:46:30 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-11-20 10:46:30 -0700 |
commit | d6bc7dcc0347765c4621c253ea68b07985d8c1f0 (patch) | |
tree | 4819c732811a2fca3c79f09873988f08e8213912 /README | |
parent | 7bae844f2dacd1b75f65e37624778a15e132f5e1 (diff) | |
parent | 2a7abdd3d3430183e85c637ec7d98b90d2f5ef47 (diff) | |
download | u-boot-imx-d6bc7dcc0347765c4621c253ea68b07985d8c1f0.zip u-boot-imx-d6bc7dcc0347765c4621c253ea68b07985d8c1f0.tar.gz u-boot-imx-d6bc7dcc0347765c4621c253ea68b07985d8c1f0.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-fdt
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 |