Skip to content

Commit

Permalink
lib.sh: add EHL to the list of "slow storage" systems
Browse files Browse the repository at this point in the history
Our EHL system uses eMMC and fails the "fast" storage
check from time to time. See internal issue 280 and
daily results 14411

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Aug 4, 2022
1 parent 6544bc1 commit c848252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ storage_checks()
case "$platf" in
# BYT Minnowboards run from SD cards.
# BSW Cyan has pretty bad eMMC too.
byt|cht) megas=4 ; max_sync=25 ;;
byt|cht|ehl) megas=4 ; max_sync=25 ;;
*) megas=100; max_sync=7 ;;
esac

Expand Down

0 comments on commit c848252

Please sign in to comment.