commit | 81e39fbd9251bfbef3bc156735e95b67cd7a828f | [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 | 856c0ad413f52d20963ef6b0fe982a0ca91086f2 [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>