mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] pbl/mmu: remove uninformative pr_debug()
@ 2026-01-23 15:13 Sascha Hauer
  2026-01-27  7:59 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2026-01-23 15:13 UTC (permalink / raw)
  To: Barebox List

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-27  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-23 15:13 [PATCH] pbl/mmu: remove uninformative pr_debug() Sascha Hauer
2026-01-27  7:59 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox