Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_boot.c24 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, in mmc_boot_partition_size_change() argument
52 bootsize = (bootsize * 1024) / 128; in mmc_boot_partition_size_change()
57 cmd.cmdarg = bootsize; in mmc_boot_partition_size_change()
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c836 u32 bootsize, rpmbsize; in do_mmc_boot_resize() local
841 bootsize = simple_strtoul(argv[2], NULL, 10); in do_mmc_boot_resize()
853 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) { in do_mmc_boot_resize()
858 printf("EMMC boot partition Size %d MB\n", bootsize); in do_mmc_boot_resize()
/rk3399_rockchip-uboot/include/
H A Dmmc.h719 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,