u-boot-brain/drivers/fastboot
Sean Anderson f3cf964f2d fastboot: Remove mmcpart argument from raw_part_get_info_by_name
The only thing mmcpart was used for was to pass to blk_dselect_hwpart.
This calls blk_dselect_hwpart directly from raw_part_get_info_by_name. The
error handling is dropped, but it is reintroduced in the next commit
(albeit less specificly).

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-02-26 15:30:55 +01:00
..
fb_command.c fastboot: add command to select the eMMC boot configuration 2021-02-07 19:22:55 +01:00
fb_common.c fastboot: Implement generic fastboot_set_reboot_flag 2021-02-07 19:22:54 +01:00
fb_getvar.c fastboot: getvar: fix partition-size return value 2020-09-01 14:47:43 +02:00
fb_mmc.c fastboot: Remove mmcpart argument from raw_part_get_info_by_name 2021-02-26 15:30:55 +01:00
fb_nand.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
Kconfig fastboot: add command to select the eMMC boot configuration 2021-02-07 19:22:55 +01:00
Makefile Revert "fastboot: Add default fastboot_set_reboot_flag implementation" 2021-02-07 19:22:54 +01:00