Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_mmc.c21 u32 image_size_sectors; in mmc_load_legacy() local
30 image_size_sectors = (spl_image->size + mmc->read_bl_len - 1) / in mmc_load_legacy()
34 count = blk_dread(mmc_get_blk_desc(mmc), sector, image_size_sectors, in mmc_load_legacy()
36 debug("read %x sectors to %lx\n", image_size_sectors, in mmc_load_legacy()
38 if (count != image_size_sectors) in mmc_load_legacy()