
6 Aug
2016
6 Aug
'16
3 a.m.
On Fri, Jul 29, 2016 at 11:12:18AM +0800, Kever Yang wrote:
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
Applied to u-boot/master, thanks!
--
Tom