]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
remoteproc: Rename rproc_elf_sanity_check for elf32
authorClement Leger <cleger@kalray.eu>
Mon, 2 Mar 2020 09:38:59 +0000 (10:38 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 26 Mar 2020 05:29:40 +0000 (22:29 -0700)
commit826c339099295312eb9bc207197f3beb6ff19051
tree43d2306c9746a0e5a3245dfb31396a2ba3c3a084
parent73516a33588cde0bfa4742d857f8849da28bddd2
remoteproc: Rename rproc_elf_sanity_check for elf32

Since this function will be modified to support both elf32 and elf64,
rename the existing one to elf32 (which is the only supported format
at the moment). This will allow not to introduce possible side effect
when adding elf64 support (ie: all backends will still support only
elf32 if not requested explicitely using rproc_elf_sanity_check).

Signed-off-by: Clement Leger <cleger@kalray.eu>
Link: https://lore.kernel.org/r/20200302093902.27849-6-cleger@kalray.eu
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c
drivers/remoteproc/remoteproc_elf_loader.c
drivers/remoteproc/remoteproc_internal.h
drivers/remoteproc/st_remoteproc.c
drivers/remoteproc/st_slim_rproc.c
drivers/remoteproc/stm32_rproc.c