From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 3/3] ARM: lib64: rename pbl.o to delay.o
Date: Fri, 28 Nov 2025 11:41:28 +0100 [thread overview]
Message-ID: <20251128104143.1578832-3-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20251128104143.1578832-1-a.fatoum@pengutronix.de>
From: Ahmad Fatoum <a.fatoum@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@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
next prev parent reply other threads:[~2025-11-28 10:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-28 10:41 [PATCH 1/3] kbuild: drop non-existent targets from CLEAN_FILES Ahmad Fatoum
2025-11-28 10:41 ` [PATCH 2/3] sandbox: fix race with .old_version removal Ahmad Fatoum
2025-11-28 10:41 ` Ahmad Fatoum [this message]
2025-12-01 9:56 ` [PATCH 1/3] kbuild: drop non-existent targets from CLEAN_FILES 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=20251128104143.1578832-3-a.fatoum@pengutronix.de \
--to=a.fatoum@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