bootm: Move board_quiesce_devices(void) to bootm_final()

This function is called just before boot, so move it from EFI into the
common bootm_final() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-07-12 13:57:01 +02:00
parent 490dbf1968
commit ec4efd7f0f
3 changed files with 6 additions and 5 deletions

View File

@@ -46,10 +46,6 @@ DECLARE_GLOBAL_DATA_PTR;
struct bootm_headers images; /* pointers to os/initrd/fdt images */
__weak void board_quiesce_devices(void)
{
}
#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
/**
* image_get_kernel - verify legacy format kernel image