commit | 165264b9b3764368ba5c980915c55ff83a3bd247 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:54:53 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:41 2024 -0600 |
tree | e56ad967b453c7cdbbc38173ae6ad79e25384f81 | |
parent | edd27518c8493280d02a81b2d26c74f75e225f00 [diff] |
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>