Searched refs:current_boot_part (Results 1 – 1 of 1) sorted by relevance
774 unsigned char current_boot_part = mmc_current_boot_part(); in mmc_part_switch_current_boot() local777 if ((current_boot_part != 1U) && (current_boot_part != 2U)) { in mmc_part_switch_current_boot()778 ERROR("Got unexpected value for active boot partition, %u\n", current_boot_part); in mmc_part_switch_current_boot()782 ret = mmc_part_switch(current_boot_part); in mmc_part_switch_current_boot()