Skip to content

Commit

Permalink
Reduce buffer count for both uIEC variants
Browse files Browse the repository at this point in the history
  • Loading branch information
thierer committed Oct 8, 2022
1 parent 63240c3 commit 5f6521d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/config-uIEC
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONFIG_SD_AUTO_RETRIES=10
CONFIG_SD_DATACRC=y
CONFIG_ERROR_BUFFER_SIZE=100
CONFIG_COMMAND_BUFFER_SIZE=254
CONFIG_BUFFER_COUNT=15
CONFIG_BUFFER_COUNT=12
CONFIG_MAX_PARTITIONS=20
CONFIG_RTC_SOFTWARE=y
CONFIG_ADD_ATA=1
Expand Down
2 changes: 1 addition & 1 deletion configs/config-uIEC3
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ CONFIG_SD_AUTO_RETRIES=10
CONFIG_SD_DATACRC=y
CONFIG_ERROR_BUFFER_SIZE=100
CONFIG_COMMAND_BUFFER_SIZE=254
CONFIG_BUFFER_COUNT=15
CONFIG_BUFFER_COUNT=6
CONFIG_MAX_PARTITIONS=20
CONFIG_RTC_SOFTWARE=y
CONFIG_HAVE_IEC=y
Expand Down

0 comments on commit 5f6521d

Please sign in to comment.