Home
last modified time | relevance | path

Searched refs:current_boot_part (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/drivers/mmc/
Dmmc.c774 unsigned char current_boot_part = mmc_current_boot_part(); in mmc_part_switch_current_boot() local
777 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()