commit | d431552f1224a1c1fe37e023a5534a6c1d49e6eb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:28 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:01:36 2025 -0600 |
tree | 315c0e3b4159f1759500925f26cced1e3dd5638e | |
parent | d1ed584d3227231bc1f0c8edbb8523cf58ea97e3 [diff] |
vbe: Allow VBE to disable adding loadables to the FDT When VBE operates within VPL it does not want the FDT to be changed. Provide a way to disable this feature. Move the FIT_IMAGE_TINY condition out of spl_fit_record_loadable() so that both conditions are together. This makes the code easier to understand. Replace the existing fit_loaded member, which is no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org>