mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] pbl/mmu: remove uninformative pr_debug()
Date: Fri, 23 Jan 2026 16:13:46 +0100	[thread overview]
Message-ID: <20260123151346.1746117-1-s.hauer@pengutronix.de> (raw)

The "ELF loaded at" message has no useful information as the values
are only initialized to default values in the PBL. Remove the message.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 pbl/mmu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pbl/mmu.c b/pbl/mmu.c
index 744a76afa6..e7c9b8b1e8 100644
--- a/pbl/mmu.c
+++ b/pbl/mmu.c
@@ -46,7 +46,6 @@ int pbl_mmu_setup_from_elf(struct elf_image *elf, unsigned long membase,
 	int i = -1;
 
 	pr_debug("Setting up MMU from ELF segments\n");
-	pr_debug("ELF loaded at: 0x%p - 0x%p\n", elf->low_addr, elf->high_addr);
 
 	/*
 	 * Iterate through all PT_LOAD segments and set up MMU permissions
-- 
2.47.3




             reply	other threads:[~2026-01-23 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-23 15:13 Sascha Hauer [this message]
2026-01-27  7:59 ` Sascha Hauer

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=20260123151346.1746117-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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