summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-06 11:27:14 -0500
committerTom Rini <trini@konsulko.com>2020-11-06 11:27:14 -0500
commit22ad69b7987eb4b10221330661db4427e40174fb (patch)
treeb13bc4ba708907cd76a0ec09c4599b55cb586953 /lib
parent896cc5aa4a8fc0c28036b9615a37f0034addad44 (diff)
parentdc4b2a9770b5b932cd6d98c33ebff6dc46de6849 (diff)
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
patman status subcommand to collect tags from Patchwork patman showing email replies from Patchwork sandbox poweroff command minor fixes in binman, tests
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;
}