commit | 27b7783b47d9c1bd3b47ee00768d6d774ba68a90 | [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 | 041078d0361dabd1b1d0a77d55d08b58906f1a09 [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>