aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/add.c')
-rw-r--r--util/cbfstool/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/add.c b/util/cbfstool/add.c
index 9950d5bdf9..95b7852983 100644
--- a/util/cbfstool/add.c
+++ b/util/cbfstool/add.c
@@ -238,7 +238,7 @@ int select_component_type(char *s)
int add_handler(struct rom *rom, int argc, char **argv)
{
unsigned int type = CBFS_COMPONENT_NULL;
- unsigned long address;
+ unsigned long address = 0;
if ((argc < 3) || (argc > 4)) {
add_usage();