Re: [PATCH v7 02/10] lib: elf: Move the generic elf loading/validating functions to lib

2020-02-04 Thread Tom Rini
On Tue, Feb 04, 2020 at 12:06:30PM +0530, Keerthy wrote: > 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_

[PATCH v7 02/10] lib: elf: Move the generic elf loading/validating functions to lib

2020-02-03 Thread Keerthy
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 Suggested-by: Simon Goldschmidt R