commit | 76f361a30b61c770b100706be227ee73a7e7c7b2 | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Feb 12 13:55:03 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Mar 03 13:08:14 2020 +0530 |
tree | 9c1b7780a1a354313d421c7529802eece5c1a19c | |
parent | 88c08225983fa13f6c85466f7f884363c2b9cf76 [diff] |
lib: elf: Move the generic elf loading/validating functions to lib Move the generic elf loading/validating functions to lib/ so that they can be re-used and accessed by code existing outside cmd. While at it remove the duplicate static version of load_elf_image_phdr under arch/arm/mach-imx/imx_bootaux.c. Signed-off-by: Keerthy <j-keerthy@ti.com> Suggested-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>