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

* Re: [PATCH] ARM: drop unreferenced left-over lib/Makefile
  2023-09-13 12:39 [PATCH] ARM: drop unreferenced left-over lib/Makefile Ahmad Fatoum
@ 2023-09-13 12:40 ` Ahmad Fatoum
  0 siblings, 0 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2023-09-13 12:40 UTC (permalink / raw)
  To: barebox

On 13.09.23 14:39, Ahmad Fatoum wrote:
> 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>

Please dismiss, sent out twice by mistake.

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

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |




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

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

On Wed, Sep 13, 2023 at 02:26:14PM +0200, Ahmad Fatoum wrote:
> 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

Applied, thanks

Sascha

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

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ 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