From 8efb3fad95343568ea430bc1f5dc6abc0acf6027 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 25 Jul 2019 12:47:21 +0100 Subject: enable support for loading compressed firmware, non compressed formats still work --- configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS b/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS index f95f93620..da865e898 100644 --- a/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS +++ b/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS @@ -1 +1 @@ -# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_LOADER_COMPRESS=y -- cgit