Skip to content

Commit

Permalink
defconfig: r64/r3/r4: disable pstore compression
Browse files Browse the repository at this point in the history
else it cannot be read in uboot
  • Loading branch information
frank-w committed Apr 10, 2024
1 parent e7ef3f6 commit e3b3876
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/mt7622_bpi-r64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ CONFIG_ARM_PSCI_CPUIDLE=y
CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
CONFIG_MISC_FILESYSTEMS=y
CONFIG_PSTORE=y
#CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_COMPRESS=n
#CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_CONSOLE=y
#CONFIG_PSTORE_DEFLATE_COMPRESS=y
Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/configs/mt7986a_bpi-r3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,11 @@ CONFIG_POWER_RESET_SYSCON=y
CONFIG_POWER_SUPPLY=y
CONFIG_PRINTK_TIME=y
CONFIG_PSTORE=y
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_COMPRESS=n
#CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_DEFLATE_COMPRESS=y
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
#CONFIG_PSTORE_DEFLATE_COMPRESS=y
#CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
CONFIG_PSTORE_PMSG=y
CONFIG_PSTORE_RAM=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/configs/mt7988a_bpi-r4_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -897,11 +897,11 @@ CONFIG_POWER_RESET_SYSCON=y
CONFIG_POWER_SUPPLY=y
CONFIG_PRINTK_TIME=y
CONFIG_PSTORE=y
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_COMPRESS=n
#CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_DEFLATE_COMPRESS=y
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
#CONFIG_PSTORE_DEFLATE_COMPRESS=y
#CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
CONFIG_PSTORE_PMSG=y
CONFIG_PSTORE_RAM=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
Expand Down

0 comments on commit e3b3876

Please sign in to comment.