Files
u-boot/cmd
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
..
2016-08-05 07:27:28 -04:00
2016-02-06 12:00:59 +01:00
2016-03-22 12:16:08 -04:00
2016-03-14 15:34:50 -06:00
2016-05-27 10:01:06 -04:00
2016-05-02 18:37:09 -04:00
2016-01-27 15:55:54 +01:00
2016-04-18 17:11:36 -04:00
2016-07-16 09:43:12 -04:00
2016-01-25 10:39:43 -05:00
2016-02-06 12:00:59 +01:00
2016-03-22 12:16:13 -04:00
2016-01-25 10:39:43 -05:00
2016-07-24 20:36:29 -05:00
2016-04-18 12:29:14 -04:00
2016-02-06 12:00:59 +01:00
2016-03-27 09:12:55 -04:00
2016-02-06 12:00:59 +01:00
2016-02-26 08:53:10 -07:00
2016-06-09 13:53:11 -04:00