[PATCH] imx: bootaux: respect ELF support configuration

2021-06-27 Thread Cody Gray
When ELF support is disabled in the configuration (CONFIG_CMD_ELF), the arch_auxiliary_core_up() function should not check whether the specified address contains a valid ELF image. Attempting to do so by calling the valid_elf_image() function results in a linker error, since the definition for this

Re: [PATCH] imx: bootaux: respect ELF support configuration

2021-06-27 Thread Max Krummenacher
Hi Cody Am Samstag, den 26.06.2021, 22:01 -0700 schrieb Cody Gray: > When ELF support is disabled in the configuration (CONFIG_CMD_ELF), > the arch_auxiliary_core_up() function should not check whether the > specified address contains a valid ELF image. Attempting to do so > by calling the valid_e