Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c23 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, in mmc_boot_partition_size_change() argument
51 bootsize = (bootsize * 1024) / 128; in mmc_boot_partition_size_change()
56 cmd.cmdarg = bootsize; in mmc_boot_partition_size_change()
/openbmc/u-boot/cmd/
H A Dmmc.c708 u32 bootsize, rpmbsize; in do_mmc_boot_resize() local
713 bootsize = simple_strtoul(argv[2], NULL, 10); in do_mmc_boot_resize()
725 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) { in do_mmc_boot_resize()
730 printf("EMMC boot partition Size %d MB\n", bootsize); in do_mmc_boot_resize()
/openbmc/u-boot/include/
H A Dmmc.h754 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,