Index: vboot_firmware/lib/cgptlib/cgptlib_internal.c |
diff --git a/vboot_firmware/lib/cgptlib/cgptlib_internal.c b/vboot_firmware/lib/cgptlib/cgptlib_internal.c |
index 0a4f46d5d36306a16e5fd430c93db8d39ac05f67..4f0229362520f47be5d2e086ee826fc59bf9fcf5 100644 |
--- a/vboot_firmware/lib/cgptlib/cgptlib_internal.c |
+++ b/vboot_firmware/lib/cgptlib/cgptlib_internal.c |
@@ -60,7 +60,7 @@ int CheckHeader(GptHeader *h, int is_secondary, uint64_t drive_sectors) { |
if (h->reserved_zero) |
return 1; |
- /* TODO: Padding must be set to zero. */ |
+ /* Could check that padding is zero, but that doesn't matter to us. */ |
/* If entry size is different than our struct, we won't be able to |
* parse it. Technically, any size 2^N where N>=7 is valid. */ |