uboot/disk
Kever Yang c2fdd34569 cmd: gpt: fix the wrong size parse for the last partition
The calculation of "dev_desc->lba - 34  - 1 - offset" is not correct for
size '-', because both fist_usable_lba and last_usable_lba will remain
34 sectors.

We can simply use 0 for size '-' because the part_efi module will decode
the size and auto extend the size to maximum available size.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2016-08-05 20:55:16 -04:00
..
Makefile
part.c
part_amiga.c
part_amiga.h
part_dos.c
part_dos.h
part_efi.c cmd: gpt: fix the wrong size parse for the last partition 2016-08-05 20:55:16 -04:00
part_iso.c iso: Fix part info command 2016-07-22 14:46:19 -04:00
part_iso.h
part_mac.c
part_mac.h