diff options
author | Clement Leger <[email protected]> | 2020-03-02 10:39:00 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-03-25 22:29:40 -0700 |
commit | f31e339f1b9b765c8c727d635c1b74424c102c1e (patch) | |
tree | 3b2b3a819cd1adb9efc51b93119edcf19c948bac /drivers/usb/cdns3/cdns3-ti.c | |
parent | 826c339099295312eb9bc207197f3beb6ff19051 (diff) |
remoteproc: Add elf64 support in elf loader
In order to support elf64, use macros from remoteproc_elf_helpers.h
to access elf headers depending on elf class.
To allow new drivers to support elf64, add rproc_elf_sanity_check
function which make more sense than adding a elf64 named one since
it will support both elf versions.
Driver which need to support both elf32/elf64 should use this new
function for elf sanity check instead of the elf32 one.
Signed-off-by: Clement Leger <[email protected]>
Tested-by: Arnaud POULIQUEN <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions