Skip to content

Commit

Permalink
disable ARM debug operations
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Jun 13, 2024
1 parent 1f0f220 commit 13e53b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trusted_os/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import (
const debug = false

func init() {
// disable ARM debug operations
imx6ul.Debug(false)
// disable console
imx6ul.UART2.Disable()
// silence logging
Expand Down

0 comments on commit 13e53b1

Please sign in to comment.