]> git.ipfire.org Git - people/ms/u-boot.git/commit
gpt: command: Remove duplicated check for empty partition description
authorLukasz Majewski <l.majewski@majess.pl>
Fri, 20 Nov 2015 07:06:13 +0000 (08:06 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 23 Nov 2015 15:56:08 +0000 (10:56 -0500)
commit5af9dd3739566767f8a64d879e01b2a916aa93f8
treec91efe6d1b05223bf1076fe56e1ee65a42521378
parenta5ecdd08fdf647c7c5a97e937ebed2d97549352f
gpt: command: Remove duplicated check for empty partition description

Exactly the same check is performed in set_gpt_info() function executed
just after this check.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/cmd_gpt.c