]> git.ozlabs.org Git - petitboot/commitdiff
types: shorten boot_status definitions
authorJeremy Kerr <jk@ozlabs.org>
Wed, 7 Dec 2016 00:13:36 +0000 (11:13 +1100)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 20 Dec 2016 04:04:07 +0000 (15:04 +1100)
struct boot_status is a bit misnamed; we report status on things that
aren't just the boot status (eg, discovery).

This change refactors struct boot_status into just struct status. We
give the type enum a name, and shorten the enum values to suit.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>

No differences found