]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: gpt: add subcommand repair
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 22 Apr 2022 15:46:49 +0000 (17:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 6 May 2022 18:39:15 +0000 (14:39 -0400)
commitde8b9660c47e61978bfa23d1108a8dc19ae5e572
treee6ca1a9458487ae2d50992641212cd7d1351ad63
parent2075391d8eacd1dc7e37955221b9ea8ec6fe59eb
cmd: gpt: add subcommand repair

Adds a sub-command repair to the command gpt
that allow to repair a corrupted gpt table. If
the both gpt table (primary and backup) are
valid, then the command does nothing.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
cmd/gpt.c