Skip to content

Commit

Permalink
Update src/cmdlib.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lebon <jonathan@jlebon.com>
  • Loading branch information
nirousseau and jlebon authored Sep 11, 2023
1 parent 39f0a23 commit 436b78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ case $arch in
"ppc64le") DEFAULT_TERMINAL="hvc0" ;;
"aarch64") DEFAULT_TERMINAL="ttyAMA0" ;;
"s390x") DEFAULT_TERMINAL="ttysclp0" ;;
# minimal support; the rest of cosa isn't yet riscv64-aware
"riscv64") DEFAULT_TERMINAL="ttyS0" ;;
*) fatal "Architecture ${arch} not supported"
esac
Expand Down

0 comments on commit 436b78e

Please sign in to comment.