drivers: Remove TODO from io_fip.c
authorPaul Beesley <paul.beesley@arm.com>
Wed, 6 Mar 2019 15:52:16 +0000 (15:52 +0000)
committerPaul Beesley <paul.beesley@arm.com>
Tue, 12 Mar 2019 13:42:08 +0000 (13:42 +0000)
commit7d721816a3645024345ca138870baac4ab2f14d4
tree7c87a4702bf6ddb26db0756f4f6e95c8e8cd3dec
parent9a2fffb800d9930232443730ceb297976c3b7bb3
drivers: Remove TODO from io_fip.c

The comment suggests checking version numbers and
a checksum but there doesn't seem to be any usable
data for either of these.

For example, fip_toc_header_t doesn't contain any
version information and neither does fip_toc_entry_t.

As the function name "is_valid_header" suggests, this
function is not concerned with checksumming any of
the table of contents entries.

Change-Id: I8673ae5dd37793771760169f26b2f55c15fbf587
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
drivers/io/io_fip.c