From 8312be9451f2f640b8696bbcbd77f9ec2b48cd24 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 13 Jul 2022 11:57:27 +0200 Subject: pbl: remove redundant select UNCOMRPESS LZO_DECOMPRESS as well as all other decompress options already select UNCOMPRESS, so selecting it again is unnecessary. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220713095730.1878941-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- pbl/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'pbl') diff --git a/pbl/Kconfig b/pbl/Kconfig index ec1886073e..4dfa9553f7 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 -- cgit v1.2.1