public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: sbabic@denx.de, festevam@gmail.com,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: u-boot@lists.denx.de, Peng Fan <peng.fan@nxp.com>
Subject: [PATCH 2/4] imx: bootaux: add missing newline
Date: Fri, 29 Apr 2022 16:03:12 +0800	[thread overview]
Message-ID: <20220429080314.29600-2-peng.fan@oss.nxp.com> (raw)
In-Reply-To: <20220429080314.29600-1-peng.fan@oss.nxp.com>

From: Peng Fan <peng.fan@nxp.com>

Add missing newline

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-imx/imx_bootaux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx_bootaux.c b/arch/arm/mach-imx/imx_bootaux.c
index 6a075ccc4fb..3c6a5c09b7d 100644
--- a/arch/arm/mach-imx/imx_bootaux.c
+++ b/arch/arm/mach-imx/imx_bootaux.c
@@ -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;
 		}
-- 
2.36.0


  reply	other threads:[~2022-04-29  7:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  8:03 [PATCH 1/4] imx: bootaux: cleanup code Peng Fan (OSS)
2022-04-29  8:03 ` Peng Fan (OSS) [this message]
2022-05-20 13:43   ` [PATCH 2/4] imx: bootaux: add missing newline sbabic
2022-04-29  8:03 ` [PATCH 3/4] imx: bootaux: get stack from elf file Peng Fan (OSS)
2022-05-20 13:42   ` sbabic
2022-04-29  8:03 ` [PATCH 4/4] imx: imx8m: add rproc_att Peng Fan (OSS)
2022-05-20 13:42   ` sbabic
2022-05-20 13:43 ` [PATCH 1/4] imx: bootaux: cleanup code sbabic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220429080314.29600-2-peng.fan@oss.nxp.com \
    --to=peng.fan@oss.nxp.com \
    --cc=festevam@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox