summaryrefslogtreecommitdiff
path: root/tools/fiptool
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-11 13:02:12 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-11 13:02:12 +0900
commit9dd5edb86d8cb626cad7c8a26066c9bce36d9b5d (patch)
tree4deb4159ad933617e539fcb9515bf9dc52842e46 /tools/fiptool
parent802b42a0cfc390bb69222e5b6f83e705f03ab2e6 (diff)
fiptool: remove unneeded declarations
These functions are defined above any calls. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/fiptool')
-rw-r--r--tools/fiptool/fiptool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/fiptool/fiptool.c b/tools/fiptool/fiptool.c
index 1e4451f8..f3f831bd 100644
--- a/tools/fiptool/fiptool.c
+++ b/tools/fiptool/fiptool.c
@@ -52,8 +52,6 @@
#define OPT_PLAT_TOC_FLAGS 1
#define OPT_ALIGN 2
-static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid);
-static image_t *lookup_image_from_uuid(const uuid_t *uuid);
static int info_cmd(int argc, char *argv[]);
static void info_usage(void);
static int create_cmd(int argc, char *argv[]);