Skip to content

Commit

Permalink
Enable KernelAllowSMCCalls for the zcu102 board
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie VanVossen <[email protected]>
  • Loading branch information
Furao committed Sep 5, 2024
1 parent 32c9c3d commit b6a1386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ConfigInfo:
"KernelArmExportPCNTUser": True,
"KernelArmHypervisorSupport": True,
"KernelArmVtimerUpdateVOffset": False,
"KernelAllowSMCCalls": True,
},
examples={
"hello": Path("example/zcu102/hello")
Expand Down

0 comments on commit b6a1386

Please sign in to comment.