From: Padmarao Begari Date: Wed, 3 Dec 2025 07:34:52 +0000 (+0100) Subject: xilinx: mbv: Disable SPL GZIP X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794cbdb08c65152c0114ec724fa800d87a845324;p=thirdparty%2Fu-boot.git xilinx: mbv: Disable SPL GZIP GZIP compression is disabled to reduce the SPL size by 12KB. Signed-off-by: Padmarao Begari Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/339520b249a3c69a36faf5432cbd581459563e32.1764747291.git.michal.simek@amd.com --- diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig index 81c0f8e9e93..d10517094c6 100644 --- a/configs/xilinx_mbv32_defconfig +++ b/configs/xilinx_mbv32_defconfig @@ -47,4 +47,3 @@ CONFIG_XILINX_TIMER=y # CONFIG_BINMAN_FDT is not set CONFIG_BINMAN_DTB="./arch/riscv/dts/xilinx-binman.dtb" CONFIG_PANIC_HANG=y -CONFIG_SPL_GZIP=y