You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where multiple FITs must be loaded to complete a boot,
e.g. where the first FIT contains devicetrees and the second contains
the OS.
At present this is not permitted, since every FIT must contain a
bootable kernel (or firmware).
Add a new 'load-only' property to indicate that a configuration can be
loaded but not booted. Describe how this works in the 'usage' section.
Signed-off-by: Simon Glass <[email protected]>
0 commit comments