diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/io/io_fip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/io/io_fip.c b/drivers/io/io_fip.c index d4771b514..eaaf09096 100644 --- a/drivers/io/io_fip.c +++ b/drivers/io/io_fip.c @@ -85,7 +85,6 @@ static inline int compare_uuids(const uuid_t *uuid1, const uuid_t *uuid2) } -/* TODO: We could check version numbers or do a package checksum? */ static inline int is_valid_header(fip_toc_header_t *header) { if ((header->name == TOC_HEADER_NAME) && (header->serial_number != 0)) { |