Skip to content

Commit

Permalink
Follow API
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Mar 6, 2024
1 parent 5cfbbf9 commit 3995d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_os/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func loadApplet(elf []byte, ctl *controlInterface) (ta *monitor.ExecCtx, err err
}

// BEE requires caching to be activated before image loading
imx6ul.ARM.ConfigureMMU(uint32(image.Region.Start()), uint32(image.Region.End()), 0, tamago.UserFlags)
imx6ul.ARM.ConfigureMMU(uint32(image.Region.Start()), uint32(image.Region.End()), 0, arm.MemoryRegion)

if err = image.Load(); err != nil {
return
Expand Down

0 comments on commit 3995d6c

Please sign in to comment.