[PATCH] pbl/mmu: remove uninformative pr_debug()

Sascha Hauer s.hauer at pengutronix.de
Fri Jan 23 07:13:46 PST 2026


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 at 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




More information about the barebox mailing list