diff options
| author | Padmarao Begari <[email protected]> | 2025-12-03 08:34:52 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-12-19 08:25:27 +0100 |
| commit | 794cbdb08c65152c0114ec724fa800d87a845324 (patch) | |
| tree | 5c1173342f626b8f36cb8494b31340453381dd00 | |
| parent | e94fe1c16d88ed861546dc4369bf034df79bc511 (diff) | |
xilinx: mbv: Disable SPL GZIP
GZIP compression is disabled to reduce the SPL size by 12KB.
Signed-off-by: Padmarao Begari <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/339520b249a3c69a36faf5432cbd581459563e32.1764747291.git.michal.simek@amd.com
| -rw-r--r-- | configs/xilinx_mbv32_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
