commit | ec2a5747bd3b2b0f2884aed4d195a6b3b2c97bb2 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Mon Mar 29 12:05:12 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | 647265c62e374954905a1dc6ea69cbe6c00d375c | |
parent | 2fa378fd06ac2bff5847b24d9d540076b2b18c22 [diff] |
spl: fit: Move FPGA loading code to separate functions The FPGA loading code in spl_simple_fit_read() can easily be separated from the rest of the logic. It is split into two functions instead of one because spl_fit_upload_fpga() is used in a subsequent patch. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>