src/commonlib/storage: Fix typos
Change-Id: Ie210191b79e94d3918ea95d40aeba40f33eb1b2f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38269 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@ -436,7 +436,7 @@ int mmc_update_capacity(struct storage_media *media)
|
||||
if ((capacity >> 20) > 2 * 1024)
|
||||
media->capacity[MMC_PARTITION_USER] = capacity;
|
||||
|
||||
/* Determine the boot parition sizes */
|
||||
/* Determine the boot partition sizes */
|
||||
hc_erase_size = ext_csd[224] * 512 * KiB;
|
||||
capacity = ext_csd[EXT_CSD_BOOT_SIZE_MULT] * 128 * KiB;
|
||||
media->capacity[MMC_PARTITION_BOOT_1] = capacity;
|
||||
|
Reference in New Issue
Block a user