mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
configs: ipq9574: enable compressed dump support
This patch enables CMD_ZIP and GZIP_COMPRESSED Change-Id: Ice534ca96b284528494b651b58ac3dbba509a0a7 Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
This commit is contained in:
parent
4568deeb3c
commit
6f024ac352
1 changed files with 4 additions and 0 deletions
|
|
@ -395,6 +395,10 @@ extern loff_t board_env_size;
|
||||||
#define CONFIG_ARMV7_PSCI
|
#define CONFIG_ARMV7_PSCI
|
||||||
#define CONFIG_VERSION_ROLLBACK_PARTITION_INFO
|
#define CONFIG_VERSION_ROLLBACK_PARTITION_INFO
|
||||||
|
|
||||||
|
/* compress crash dump support */
|
||||||
|
#define CONFIG_CMD_ZIP
|
||||||
|
#define CONFIG_GZIP_COMPRESSED
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Undefine configs not needed
|
* Undefine configs not needed
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue