[PATCH v2 2/7] doc: FIT image: Introduce "u-boot, fpga-legacy" property

2021-03-29 Thread Alexandru Gagniuc
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 Gagni

Re: [PATCH v2 2/7] doc: FIT image: Introduce "u-boot, fpga-legacy" property

2021-04-16 Thread Tom Rini
On Mon, Mar 29, 2021 at 12:05:11PM -0500, Alexandru Gagniuc wrote: > 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 f