]> git.baikalelectronics.ru Git - uboot.git/commit
doc: FIT image: Update FPGA example to make use of "loadables"
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Mon, 29 Mar 2021 17:05:16 +0000 (12:05 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 14 Apr 2021 19:23:01 +0000 (15:23 -0400)
commit5820fe192f21117e29d4f00f5ea1665ec9270f7b
tree28ae413a4a9e7779cbe79b9482c0d9469250fc93
parent7f61698aac0f4d15f4fad9d801369ff34333cb13
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>
doc/uImage.FIT/multi-with-fpga.its