]> git.sur5r.net Git - u-boot/commit
iso: Fix part info command
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jul 2016 23:31:56 +0000 (01:31 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 18:46:19 +0000 (14:46 -0400)
commit28f0014bde9993354223ed250df22ba97d381565
treec7f9b3b46cceb5f7655a4b39fdcd3f41cf51e1f1
parentfe9f6289e1a50d691ad591fa4224b8a3aa250848
iso: Fix part info command

Partitions on the iso el torito partition table interpreter
only start from partition 1. So when printing out the tables,
let's also start counting at 1.

Signed-off-by: Alexander Graf <agraf@suse.de>
disk/part_iso.c