From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] ARM: drop unreferenced left-over lib/Makefile
Date: Wed, 13 Sep 2023 14:26:14 +0200 [thread overview]
Message-ID: <20230913122614.1898504-1-a.fatoum@pengutronix.de> (raw)
There used to be implementations of boot commands in arch/arm/lib, but
this has been moved to either arch/arm/lib32 or lib64 for since.
The Makefile still bears witness to that past, but it's unreferenced, so
have it it too retire to git history.
Fixes: 79e3038089f5 ("ARM: aarch64: disable 32bit boot commands")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
arch/arm/lib/Makefile | 4 ----
1 file changed, 4 deletions(-)
delete mode 100644 arch/arm/lib/Makefile
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
deleted file mode 100644
index 1a8144f6c64a..000000000000
--- a/arch/arm/lib/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-obj-$(CONFIG_BOOTM) += bootm.o
-obj-$(CONFIG_CMD_BOOTU) += bootu.o
--
2.39.2
next reply other threads:[~2023-09-13 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-13 12:26 Ahmad Fatoum [this message]
2023-09-14 8:01 ` Sascha Hauer
2023-09-13 12:39 Ahmad Fatoum
2023-09-13 12:40 ` Ahmad Fatoum
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=20230913122614.1898504-1-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