summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHarry Liebel <Harry.Liebel@arm.com>2014-05-01 14:09:16 +0100
committerHarry Liebel <Harry.Liebel@arm.com>2014-05-19 14:28:53 +0100
commit36eb6a755245e4eb0a40567783db6234f9f20d3f (patch)
tree2fd43094d3678a9e52faa652a6b3385a3dde5a84 /tools
parentc5c9b69c132c823aabc1e29c2ff6f30323c85483 (diff)
Improve BL3-0 documentation
Provide some information about the expected use of BL3-0. Fixes ARM-software/tf-issues#144 Change-Id: I5c8d59a675578394be89481ae4ec39ca37522750
Diffstat (limited to 'tools')
-rw-r--r--tools/fip_create/fip_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fip_create/fip_create.c b/tools/fip_create/fip_create.c
index c97204ab..d1802b7f 100644
--- a/tools/fip_create/fip_create.c
+++ b/tools/fip_create/fip_create.c
@@ -53,7 +53,7 @@ uuid_t uuid_null = {0};
* const char* format_type_str[] = { "RAW", "ELF", "PIC" };
*/
-/* Currently only BL2 and BL31 images are supported. */
+/* The images used depends on the platform. */
static entry_lookup_list_t toc_entry_lookup_list[] = {
{ "Trusted Boot Firmware BL2", UUID_TRUSTED_BOOT_FIRMWARE_BL2,
"bl2", NULL, FLAG_FILENAME },