summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/binman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/binman.c b/lib/binman.c
index e71c1b9e99..d395b1cf70 100644
--- a/lib/binman.c
+++ b/lib/binman.c
@@ -103,7 +103,7 @@ int binman_init(void)
return log_msg_ret("first image", -ENOENT);
binman->image = node;
}
- binman->rom_offset = ROM_OFFSET_NONE;
-
+ binman_set_rom_offset(ROM_OFFSET_NONE);
+\
return 0;
}