[PATCH v2 17/20] ARM: k3: remove beagleplay FIT image
Sascha Hauer
s.hauer at pengutronix.de
Wed Feb 12 06:09:30 PST 2025
Remove beagleplay FIT image to avoid the dependency to U-Boot mkimage.
We can still build a FIT image using the generic-dt-2nd support.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
images/Makefile.k3 | 4 ----
images/k3-am625-beagleplay.its | 29 -----------------------------
2 files changed, 33 deletions(-)
diff --git a/images/Makefile.k3 b/images/Makefile.k3
index 466a84af99..b27b3dfcc5 100644
--- a/images/Makefile.k3
+++ b/images/Makefile.k3
@@ -15,10 +15,6 @@ pblb-$(CONFIG_MACH_BEAGLEPLAY) += start_beagleplay
FILE_barebox-beagleplay.img = start_beagleplay.pblb
image-$(CONFIG_MACH_BEAGLEPLAY) += barebox-beagleplay.img
-$(obj)/k3-am625-beagleplay.itb: $(obj)/barebox-beagleplay.img
-FILE_barebox-beagleplay-fit.img = k3-am625-beagleplay.itb
-image-$(CONFIG_MACH_BEAGLEPLAY) += barebox-beagleplay-fit.img
-
endif
ifdef CONFIG_MACH_K3_CORTEX_R5
diff --git a/images/k3-am625-beagleplay.its b/images/k3-am625-beagleplay.its
deleted file mode 100644
index 987d4d1660..0000000000
--- a/images/k3-am625-beagleplay.its
+++ /dev/null
@@ -1,29 +0,0 @@
-
-/dts-v1/;
-
-/ {
- description = "barebox for BeaglePlay board";
-
- images {
- barebox {
- description = "barebox for BeaglePlay board";
- type = "firmware";
- os = "linux";
- arch = "arm";
- compression = "none";
- load = <0x80800000>;
- entry = <0x80800000>;
- data = /incbin/("barebox-beagleplay.img");
- };
- };
-
- configurations {
- default = "conf-0";
-
- conf-0 {
- description = "barebox for BeaglePlay board";
- firmware = "barebox";
- loadables = "barebox";
- };
- };
-};
--
2.39.5
More information about the barebox
mailing list