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-05-20 09:30:28 +02:00
committed by Stefano Babic
parent 56c2dbdaba
commit fd60a87e75
+1 -1
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;
}