binman: Call helper function binman_set_rom_offset() to fill offset
authorMichal Simek <michal.simek@xilinx.com>
Wed, 26 Aug 2020 13:13:14 +0000 (15:13 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commit6723b4c6ca7b6ef1435ee5529a53e14df3e1b099
treedf18bfd0658579e54060c0227226f72d42a8a13c
parent0ae9bc3c42f1e47ac4954bc3b3112067e15bb6f3
binman: Call helper function binman_set_rom_offset() to fill offset

There is prepared function for filing rom_offset. That's why use it instead
of copying content of it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/binman.c