Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b9411459
Commit
b9411459
authored
May 27, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
May 27, 2021
Browse files
Merge "fix(services): drop warning on unimplemented calls" into integration
parents
fa471803
67fad514
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/std_svc/std_svc_setup.c
View file @
b9411459
...
...
@@ -166,7 +166,7 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid,
SMC_RET2
(
handle
,
STD_SVC_VERSION_MAJOR
,
STD_SVC_VERSION_MINOR
);
default:
WARN
(
"Unimplemented Standard Service Call: 0x%x
\n
"
,
smc_fid
);
VERBOSE
(
"Unimplemented Standard Service Call: 0x%x
\n
"
,
smc_fid
);
SMC_RET1
(
handle
,
SMC_UNK
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment