[PATCH v2 3/6] pbl: remove redundant select UNCOMRPESS
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Jul 13 02:57:27 PDT 2022
LZO_DECOMPRESS as well as all other decompress options already select
UNCOMPRESS, so selecting it again is unnecessary.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
v1 -> v2:
- new patch
---
pbl/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/pbl/Kconfig b/pbl/Kconfig
index ec1886073e42..4dfa9553f786 100644
--- a/pbl/Kconfig
+++ b/pbl/Kconfig
@@ -31,7 +31,6 @@ if PBL_IMAGE
config USE_COMPRESSED_DTB
bool
depends on ARM || RISCV
- select UNCOMPRESS
select LZO_DECOMPRESS
config PBL_RELOCATABLE
--
2.30.2
More information about the barebox
mailing list