mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: drop unreferenced left-over lib/Makefile
@ 2023-09-13 12:39 Ahmad Fatoum
  2023-09-13 12:40 ` Ahmad Fatoum
  0 siblings, 1 reply; 4+ messages in thread
From: Ahmad Fatoum @ 2023-09-13 12:39 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] ARM: drop unreferenced left-over lib/Makefile
@ 2023-09-13 12:26 Ahmad Fatoum
  2023-09-14  8:01 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Ahmad Fatoum @ 2023-09-13 12:26 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




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

end of thread, other threads:[~2023-09-14  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 12:39 [PATCH] ARM: drop unreferenced left-over lib/Makefile Ahmad Fatoum
2023-09-13 12:40 ` Ahmad Fatoum
  -- strict thread matches above, loose matches on Subject: below --
2023-09-13 12:26 Ahmad Fatoum
2023-09-14  8:01 ` Sascha Hauer

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