From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ARM: remove MLO target
Date: Tue, 30 Apr 2024 07:53:48 +0200 [thread overview]
Message-ID: <20240430055348.3514086-1-s.hauer@pengutronix.de> (raw)
All am335x boards use multi image support, so the MLO target is unused.
Remove it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/Makefile | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index f91fcb0454..6785432c52 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -112,16 +112,6 @@ KBUILD_CFLAGS_KERNEL += -fPIE
KBUILD_BINARY := barebox.bin
-quiet_cmd_mlo ?= IFT $@
- cmd_mlo ?= scripts/omap_signGP -o MLO -l $(TEXT_BASE) -c $<
-
-MLO: $(KBUILD_BINARY)
- $(call if_changed,mlo)
-
-ifeq ($(CONFIG_OMAP_BUILD_IFT),y)
-KBUILD_IMAGE := MLO
-endif
-
archclean:
$(MAKE) $(clean)=$(pbl)
--
2.39.2
next reply other threads:[~2024-04-30 5:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 5:53 Sascha Hauer [this message]
2024-05-03 7:45 ` 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=20240430055348.3514086-1-s.hauer@pengutronix.de \
--to=s.hauer@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