]> git.sur5r.net Git - u-boot/blobdiff - common/bootm.c
mmc: sdhci: Fix MMC HS200 tuning command failures
[u-boot] / common / bootm.c
index a0ffc1cd6790b0c6f36bfb7b52f5f291807be899..e789f6818aa30d043fea4526bef9806b535bf679 100644 (file)
@@ -46,6 +46,10 @@ static const void *boot_get_kernel(cmd_tbl_t *cmdtp, int flag, int argc,
                                   char * const argv[], bootm_headers_t *images,
                                   ulong *os_data, ulong *os_len);
 
+__weak void board_quiesce_devices(void)
+{
+}
+
 #ifdef CONFIG_LMB
 static void boot_start_lmb(bootm_headers_t *images)
 {