]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Remove remaining #ifdef in spl_parse_image_header()
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:53 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commitbf85af66c0d326a018396b660e5c1b03c0257d3e
treee56ad967b453c7cdbbc38173ae6ad79e25384f81
parentaf4ff286ae8dae0f5a3f5bc691ca9dfc3644ef80
spl: Remove remaining #ifdef in spl_parse_image_header()

Define spl_set_header_raw_uboot() always so we can drop the last #ifdef
in this function.

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