Skip to content

Commit a8a985f

Browse files
committed
defconfig: r3/r4: disable pstore compression
else it cannot be read in uboot
1 parent cd3fd57 commit a8a985f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

arch/arm64/configs/mt7986a_bpi-r3_defconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -898,11 +898,11 @@ CONFIG_POWER_RESET_SYSCON=y
898898
CONFIG_POWER_SUPPLY=y
899899
CONFIG_PRINTK_TIME=y
900900
CONFIG_PSTORE=y
901-
CONFIG_PSTORE_COMPRESS=y
902-
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
901+
#CONFIG_PSTORE_COMPRESS=y
902+
#CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
903903
CONFIG_PSTORE_CONSOLE=y
904-
CONFIG_PSTORE_DEFLATE_COMPRESS=y
905-
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
904+
#CONFIG_PSTORE_DEFLATE_COMPRESS=y
905+
#CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
906906
CONFIG_PSTORE_PMSG=y
907907
CONFIG_PSTORE_RAM=y
908908
CONFIG_PTP_1588_CLOCK_OPTIONAL=y

arch/arm64/configs/mt7988a_bpi-r4_defconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -897,11 +897,11 @@ CONFIG_POWER_RESET_SYSCON=y
897897
CONFIG_POWER_SUPPLY=y
898898
CONFIG_PRINTK_TIME=y
899899
CONFIG_PSTORE=y
900-
CONFIG_PSTORE_COMPRESS=y
901-
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
900+
#CONFIG_PSTORE_COMPRESS=y
901+
#CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
902902
CONFIG_PSTORE_CONSOLE=y
903-
CONFIG_PSTORE_DEFLATE_COMPRESS=y
904-
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
903+
#CONFIG_PSTORE_DEFLATE_COMPRESS=y
904+
#CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
905905
CONFIG_PSTORE_PMSG=y
906906
CONFIG_PSTORE_RAM=y
907907
CONFIG_PTP_1588_CLOCK_OPTIONAL=y

0 commit comments

Comments
 (0)