[PATCH v2 7/7] doc: FIT image: Update FPGA example to make use of "loadables"

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

Re: [PATCH v2 7/7] doc: FIT image: Update FPGA example to make use of "loadables"

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