]> git.baikalelectronics.ru Git - uboot.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)
commit3d4ae271aef921019296fd562bc885e43a1efaad
tree599606e7366e90df9d702ac57795685de85f3e73
parent275a460282e65fc9d238ed74aa2066f7e6b253a3
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