commit | af4ff286ae8dae0f5a3f5bc691ca9dfc3644ef80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:54:52 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:41 2024 -0600 |
tree | 72f022fe9702bd3a51f59e5f0331912450eee99b | |
parent | 5f64c0c03ae436cc35d72359984709a9164d0381 [diff] |
spl: Remove some #ifdefs in spl_parse_image_header() This function has a number of unnecessary #ifdefs so remove them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>