]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add a way to read the ROM offset
authorSimon Glass <sjg@chromium.org>
Mon, 28 Sep 2020 00:46:19 +0000 (18:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commitf4f4123708cd3699aa3981afca9511beb760c7fb
tree599606e7366e90df9d702ac57795685de85f3e73
parentcdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf
binman: Add a way to read the ROM offset

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 <sjg@chromium.org>
include/binman.h
lib/binman.c