[PATCH 02/21] firmware: make Layerscape FMan firmware proper-only
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Jun 5 04:35:11 PDT 2025
There is no point in linking the FMan firmware, which is exclusively
used in barebox proper against the PBL.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
firmware/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/firmware/Makefile b/firmware/Makefile
index 0bc502f3d4f3..cc32bb7c3b89 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -34,7 +34,7 @@ endif
firmware-$(CONFIG_FIRMWARE_NEXT_IMAGE) += next-image.bin
-firmware-$(CONFIG_DRIVER_NET_FSL_FMAN) += fsl_fman_ucode_ls1046_r1.0_106_4_18.bin
+obj-firmware-$(CONFIG_DRIVER_NET_FSL_FMAN) += fsl_fman_ucode_ls1046_r1.0_106_4_18.bin
fw-external-$(CONFIG_FIRMWARE_LS1028A_ATF) += ls1028a-bl31.bin
fw-external-$(CONFIG_FIRMWARE_LS1046A_ATF) += ls1046a-bl31.bin
@@ -45,6 +45,7 @@ pbl-firmware-$(CONFIG_FIRMWARE_TQMA6UL_OPTEE) += mba6ul_optee.bin
fwobjdir := $(objtree)/firmware
pbl-y := $(addsuffix .gen.o, $(pbl-firmware-y))
+obj-y := $(addsuffix .gen.o, $(obj-firmware-y))
obj-pbl-y := $(addsuffix .gen.o, $(firmware-y))
pbl-fwext-y := $(addsuffix .extgen.o, $(fw-external-y))
--
2.39.5
More information about the barebox
mailing list