[PATCH] ARM: omap2plus_defconfig: Support for compressed firmware

Andreas Kemnade posted 1 patch 4 weeks, 1 day ago
arch/arm/configs/omap2plus_defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH] ARM: omap2plus_defconfig: Support for compressed firmware
Posted by Andreas Kemnade 4 weeks, 1 day ago
Especially zstd-compressed firmware is at least the standard in Alpine,
so enable it to avoid confusion when using firmware from such distros.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index f827f89567fdf..01b834d4b7106 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -268,6 +268,8 @@ CONFIG_PCI_ENDPOINT_CONFIGFS=y
 CONFIG_PCI_EPF_TEST=m
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_FW_LOADER_COMPRESS=y
+CONFIG_FW_LOADER_COMPRESS_ZSTD=y
 CONFIG_OMAP_OCP2SCP=y
 CONFIG_CONNECTOR=m
 CONFIG_MTD=y
-- 
2.47.3
Re: [PATCH] ARM: omap2plus_defconfig: Support for compressed firmware
Posted by Kevin Hilman 3 weeks, 5 days ago
On Fri, 28 Aug 2026 23:28:43 +0200, Andreas Kemnade wrote:
> Especially zstd-compressed firmware is at least the standard in Alpine,
> so enable it to avoid confusion when using firmware from such distros.

Applied, thanks!

[1/1] ARM: omap2plus_defconfig: Support for compressed firmware
      commit: 20e49e03ed714b6dd47d45eed9d6f8681d691e8f

Best regards,
-- 
Kevin Hilman (TI) <khilman@baylibre.com>