]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Remove some #ifdefs in spl_parse_image_header()
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:52 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commitaf4ff286ae8dae0f5a3f5bc691ca9dfc3644ef80
tree72f022fe9702bd3a51f59e5f0331912450eee99b
parent5f64c0c03ae436cc35d72359984709a9164d0381
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>
common/spl/spl.c