]> git.baikalelectronics.ru Git - uboot.git/commit
spl: fit: Support loading FPGA images from list of "loadables"
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Mon, 29 Mar 2021 17:05:14 +0000 (12:05 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 14 Apr 2021 19:23:01 +0000 (15:23 -0400)
commit2028504787805008956cbe1d59963521b8cb2ed1
tree979d9fb6d659a5dd6c9190283fd55cdd64c95862
parent573accc814475edce750fd5ad0ad6c3c6d3fbde1
spl: fit: Support loading FPGA images from list of "loadables"

Commit c7f3616db515 ("doc: FIT image: Clarify format and simplify
syntax") and delegated FPGA images to be added via the list of
"loadables" in lieu of the "fpga" property. Now actually implement
this in code.

Note that the "compatible" property is ignored for the time being, as
implementing "compatible" loading is beyond the scope of this change.
However, "u-boot,fpga-legacy" is accepted without warning.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/spl/spl_fit.c