mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
doc: FIT image: Introduce "u-boot, fpga-legacy" property
Commit 4afc4f37c7
("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>
This commit is contained in:
parent
f0a6ec3656
commit
e1662d6995
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue