We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453dc2d commit dc10ac5Copy full SHA for dc10ac5
tool/microkit/src/sdf.rs
@@ -416,7 +416,7 @@ impl ProtectionDomain {
416
match config.arm_smc {
417
Some(smc_allowed) => {
418
if !smc_allowed {
419
- return Err(value_error(xml_sdf, node, "Using SMC support without ARM SMC forwarding support enabled for this platform".to_string()));
+ return Err(value_error(xml_sdf, node, "Using SMC support without ARM SMC forwarding support enabled in the kernel for this platform".to_string()));
420
}
421
422
None => {
0 commit comments