diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-03-29 12:05:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-14 15:23:01 -0400 |
commit | e1662d699551de17e62fee6e2c3a883854e0e2f5 (patch) | |
tree | eebc79e74163834a82cdd5188e339145440d626b /doc/uImage.FIT | |
parent | f0a6ec3656e5561a3d2e246b0fad7e55e419515b (diff) | |
download | u-boot-e1662d699551de17e62fee6e2c3a883854e0e2f5.tar.gz |
doc: FIT image: Introduce "u-boot, fpga-legacy" property
Commit 4afc4f37c70e ("doc: FIT image: Clarify format and simplify
syntax") introduced a "compatible" property for loadable images.
It did not define its contents. Use "u-boot,fpga-legacy" compatible
string to specify that fpga_load() should be used to load the image.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'doc/uImage.FIT')
-rw-r--r-- | doc/uImage.FIT/source_file_format.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt index 00ed3ebe93..f93ac6d1c7 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -184,6 +184,7 @@ the '/images' node should have the following layout: Mandatory for types: "firmware", and "kernel". - compatible : compatible method for loading image. Mandatory for types: "fpga", and images that do not specify a load address. + To use the generic fpga loading routine, use "u-boot,fpga-legacy". Optional nodes: - hash-1 : Each hash sub-node represents separate hash or checksum |