commit | 4b0a1f59873abca079a4462a9a90d76abbcbc419 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Oct 30 23:26:19 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 21 09:23:00 2022 -0500 |
tree | 1fe2bbd3b83d93636a95973f7948e5a6ab9bef55 | |
parent | 758bff205fdbece05c9ead9b00d6d7a1c213821b [diff] |
spl: Fix SPL_ATF and SPL_OPENSBI dependencies The code for these two options depends on having the FIT loadables recorded in the FDT. Thus, these options require the full version of the SPL_LOAD_FIT code. Signed-off-by: Samuel Holland <samuel@sholland.org>