Switch to GZIP compressed DTs which leads to better compression
ratio and saves about 7 kiB from the resulting binary compared
to previous LZO compressed DTs.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
 configs/rcar3_salvator-x_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/rcar3_salvator-x_defconfig 
b/configs/rcar3_salvator-x_defconfig
index 7adaf665a35..3c078feef51 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -32,7 +32,8 @@ CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
 CONFIG_DM_USB_GADGET=y
 CONFIG_OF_LIST="renesas/r8a77951-salvator-x renesas/r8a77960-salvator-x 
renesas/r8a77965-salvator-x"
-CONFIG_MULTI_DTB_FIT_LZO=y
+CONFIG_LZO=y
+CONFIG_MULTI_DTB_FIT_GZIP=y
 CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y
 CONFIG_OF_DTB_PROPS_REMOVE=y
 CONFIG_OF_REMOVE_PROPS="dmas dma-names interrupt-parent interrupts 
interrupts-extended interrupt-names interrupt-map interrupt-map-mask iommus"
-- 
2.53.0

Reply via email to