[PATCH 3/3] ARM: lib64: rename pbl.o to delay.o
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Nov 28 02:41:28 PST 2025
From: Ahmad Fatoum <a.fatoum at barebox.org>
The file only contains a delay function using the architected timer.
The name pbl.c is also unfortunate, because it's compiled to pbl.pbl.o,
so let's just give rename it to something more suitable.
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
arch/arm/lib64/Makefile | 2 +-
arch/arm/lib64/{pbl.c => delay.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename arch/arm/lib64/{pbl.c => delay.c} (100%)
diff --git a/arch/arm/lib64/Makefile b/arch/arm/lib64/Makefile
index e86a2e5a2f3d..b229255039b6 100644
--- a/arch/arm/lib64/Makefile
+++ b/arch/arm/lib64/Makefile
@@ -9,4 +9,4 @@ extra-y += barebox.lds
obj-pbl-y += runtime-offset.o
obj-pbl-y += setjmp.o
obj-y += io.o
-pbl-y += div0.o pbl.o
+pbl-y += div0.o delay.o
diff --git a/arch/arm/lib64/pbl.c b/arch/arm/lib64/delay.c
similarity index 100%
rename from arch/arm/lib64/pbl.c
rename to arch/arm/lib64/delay.c
--
2.47.3
More information about the barebox
mailing list