FASTBOOT: Make "oem format" usable on fresh unit again

When I cleaned up the return handling, I changed do_fastboot() to
check fbt_fastboot_init()'s error return and fail if it saw an
error.  This will prevent fastboot from running on a unit that
does not have a partition table.  Change fbt_fastboot_init() to
ignore errors from fbt_load_partition_table() and turn it into a
void function.

Change-Id: I6b032ff059424dcbba9aa87afcab3fb634f244c3
Signed-off-by: Scott Anderson <[email protected]>
1 file changed