imx: bootaux: add missing newline
Add missing newline Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
56c2dbdaba
commit
fd60a87e75
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user