]> git.ipfire.org Git - people/ms/u-boot.git/commit - disk/part_iso.c
iso: Start with partition 1
authorAlexander Graf <agraf@suse.de>
Mon, 11 Apr 2016 14:16:15 +0000 (16:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:34 +0000 (17:11 -0400)
commit2579c67478b9606ae7ff1370165e9f222fe19950
tree8e6bd2cb376e07c42ffa8a8d1faa2b6c802561a8
parentef9e6de5409535bde164f087c31ac865800cbf14
iso: Start with partition 1

The generic partition code treats partition 0 as "whole disk". So
we should start with partition 1 as the first partition in the iso
partition table.

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