fiptool: Remove unreferenced variable `toc_entries_len`

Change-Id: If279680a71e7fa1f801d79b8bc2cd47cd9905d33
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
This commit is contained in:
dp-arm 2016-12-30 09:22:44 +00:00
parent 9fc9ff1f66
commit b63f970e8e
2 changed files with 0 additions and 3 deletions

View File

@ -145,5 +145,3 @@ toc_entry_t toc_entries[] = {
.cmdline_name = NULL,
}
};
size_t toc_entries_len = sizeof(toc_entries) / sizeof(toc_entries[0]);

View File

@ -45,6 +45,5 @@ typedef struct toc_entry {
} toc_entry_t;
extern toc_entry_t toc_entries[];
extern size_t toc_entries_len;
#endif /* __TBBR_CONFIG_H__ */