diff --git a/include/configs/ipq9574.h b/include/configs/ipq9574.h index afc9996c07..d4d82223c5 100644 --- a/include/configs/ipq9574.h +++ b/include/configs/ipq9574.h @@ -395,6 +395,10 @@ extern loff_t board_env_size; #define CONFIG_ARMV7_PSCI #define CONFIG_VERSION_ROLLBACK_PARTITION_INFO +/* compress crash dump support */ +#define CONFIG_CMD_ZIP +#define CONFIG_GZIP_COMPRESSED + /* * Undefine configs not needed */