Searched refs:current_boot_part (Results 1 – 1 of 1) sorted by relevance
780 unsigned char current_boot_part = mmc_current_boot_part(); in mmc_part_switch_current_boot() local783 if (current_boot_part != 1U && in mmc_part_switch_current_boot()784 current_boot_part != 2U) { in mmc_part_switch_current_boot()785 ERROR("Got unexpected value for active boot partition, %u\n", current_boot_part); in mmc_part_switch_current_boot()789 ret = mmc_part_switch(current_boot_part); in mmc_part_switch_current_boot()
Completed in 3 milliseconds