Re: [PATCH 07/12] binman: Add a way to read the ROM offset

2020-10-26 Thread Simon Glass
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 --- include/binman.h | 7 +++ lib/binman.c | 7 ++- 2 files changed, 13 insertions(+)

[PATCH 07/12] binman: Add a way to read the ROM offset

2020-09-27 Thread Simon Glass
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 --- include/binman.h | 7 +++ lib/binman.c | 7 ++- 2 files changed, 13 insertions(+)