Provide a function to read the ROM offset so that we can store the value in one place and clients don't need to store it themselves after calling binman_set_rom_offset().
Signed-off-by: Simon Glass <s...@chromium.org> --- include/binman.h | 7 +++++++ lib/binman.c | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) Applied to u-boot-dm, thanks!