commit | 3275e5d56caf93cc7c3281f4f0bb282e579ce70f | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Sep 04 16:01:31 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:07:34 2019 -0400 |
tree | e5b8fa24f4dab9809992280ddb9f7c11c08ea40a | |
parent | 8db0a4761bf8f31aa1fd535e0263c4de8a883f8f [diff] |
remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api Introduce rproc_elf_get_boot_addr() that returns the entry point of the elf file. This api auto detects the 64/32 bit elf file and returns the boot addr accordingly. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>