diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/binman.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/binman.h b/include/binman.h index b462dc85429..baf49f7876b 100644 --- a/include/binman.h +++ b/include/binman.h @@ -21,6 +21,14 @@ struct binman_entry { }; /** + * binman_set_rom_offset() - Set the ROM memory-map offset + * + * @rom_offset: Offset from an image_pos to the memory-mapped address. This + * tells binman that ROM image_pos x can be addressed at rom_offset + x + */ +void binman_set_rom_offset(int rom_offset); + +/** * binman_entry_find() - Find a binman symbol * * This searches the binman information in the device tree for a symbol of the |
