summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-09-13 14:26:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-09-14 10:01:35 +0200
commit4d092063c278476aff34b1ac095916f5ca6b8d01 (patch)
tree1286510bb1a799d6b034dd6a341160fb4171c54a
parente596484f7eb190f155b8e884f8977415dc66fac3 (diff)
downloadbarebox-4d092063c278476aff34b1ac095916f5ca6b8d01.tar.gz
barebox-4d092063c278476aff34b1ac095916f5ca6b8d01.tar.xz
ARM: drop unreferenced left-over lib/Makefile
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> Link: https://lore.barebox.org/20230913122614.1898504-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/lib/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
deleted file mode 100644
index 1a8144f6c6..0000000000
--- 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