aboutsummaryrefslogtreecommitdiff
path: root/post
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2021-03-11 18:18:07 +0100
committerStefano Babic <sbabic@denx.de>2021-04-08 23:59:50 +0200
commit2fc93e5bafdae7cf6373479e054e9f3943fde23c (patch)
treeb3657d18adbab1efaec4a750b888a5bbe0406be9 /post
parentc174c0623b02d7ae0965fd089934a490a95294c3 (diff)
downloadu-boot-2fc93e5bafdae7cf6373479e054e9f3943fde23c.zip
u-boot-2fc93e5bafdae7cf6373479e054e9f3943fde23c.tar.gz
u-boot-2fc93e5bafdae7cf6373479e054e9f3943fde23c.tar.bz2
imx: bootaux fix elf loading
This reverts the arch/arm/mach-imx/imx_bootaux.c changes of commit 805b3cac1e0c. The loader function name was changed so that it does not clash with the generically available function in lib/elf.c. imx-bootaux loads an elf file linked for an auxilary core. Thus the loader function requires address translation from the auxilary core's address space to where those are mapped into U-Boot's address space. So the elf loader is specific and must not be replaced with a generic loader which doesn't provide the address translation functionality. Fixes commit 805b3cac1e0c ("lib: elf: Move the generic elf loading/validating functions to lib") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions