]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: don't increment part twice per loop
authorJonathan Gray <jsg@jsg.id.au>
Tue, 10 Oct 2017 10:32:29 +0000 (21:32 +1100)
committerAlexander Graf <agraf@suse.de>
Tue, 10 Oct 2017 16:14:05 +0000 (18:14 +0200)
commit2888a3e27750b274083b46a1f5b3fe504c949819
tree697f2f0c30ae83795b5c38e390f63d8a5c0e4fd8
parentd6d2f24c010ec03771ec5d128e7bc1d6363be49c
efi_loader: don't increment part twice per loop

Correct a mistake in the part number handling of commit
11765d992cd9613ffdaf6c5f130bda9dc3ca9f65 and only increment part once
per loop.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_disk.c