You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uboot: invoke spi_image_postprocess hook after both rkspi_loader.img paths
The board_uboot_spi_image_postprocess hook was only invoked on the
BOOT_SPI_RKSPI_LOADER=yes (GPT/parted) branch, so boards/extensions that
rely on the hook to preserve the finished SPI image silently missed it
when the mkimage fallback path produced rkspi_loader.img.
Move the declare -F check past the inner if/else so it fires regardless
of which build path ran, keeping the hook contract consistent with
board_uboot_spl_blobs_postprocess.
display_alert "uboot_custom_postprocess (mkimage) for BOOT_SUPPORT_SPI:${BOOT_SUPPORT_SPI:-"no"} and BOOT_SPI_RKSPI_LOADER=${BOOT_SPI_RKSPI_LOADER:-"no"}""SPI rkspi_loader.img""info"
0 commit comments