imx: bootaux: add missing newline

Add missing newline

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2022-04-29 16:03:12 +08:00 committed by Stefano Babic
parent 56c2dbdaba
commit fd60a87e75

View File

@ -60,7 +60,7 @@ static unsigned long load_elf_image_m_core_phdr(unsigned long addr)
continue;
if (!mmap) {
printf("Invalid aux core address: %08x",
printf("Invalid aux core address: %08x\n",
phdr->p_paddr);
return 0;
}