]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
disk: part_efi: set bootable flag in partition objects
authorStephen Warren <swarren@nvidia.com>
Mon, 8 Oct 2012 08:14:37 +0000 (08:14 +0000)
committerTom Rini <trini@ti.com>
Wed, 17 Oct 2012 14:59:10 +0000 (07:59 -0700)
commitb4414f4a4a8986378a33600046cbe1a917267119
tree1c6b5a96163b1cac24061cefb4f4ed97e95e0af8
parent13bf2f55d9ea6620f0bcdc4a9f0b67f6ec81885f
disk: part_efi: set bootable flag in partition objects

A partition is considered bootable if it either has the "legacy BIOS
bootable" flag set, or if the partition type UUID matches the standard
"system" type.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
disk/part_efi.c