commit | 6795c751098810c3f8489d94d5a7cba430bade6d | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Mon Mar 29 12:05:16 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | 28ae413a4a9e7779cbe79b9482c0d9469250fc93 | |
parent | df51ae767ecb8e5e10c0709a5674e2ef0fe20961 [diff] |
doc: FIT image: Update FPGA example to make use of "loadables" The new correct way to load an FPGA image is to declare it in the list of "loadables". multi-with-fpga.its used the now deprecated "fpga" property. Since this example most likely intended to use u-boot's generic FPGA loading code, compatible = "u-boot,fpga-legacy" is also appropriate here. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>