summaryrefslogtreecommitdiff
path: root/src/soc/amd/mendocino
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/mendocino')
-rw-r--r--src/soc/amd/mendocino/psp_verstage/svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/psp_verstage/svc.h b/src/soc/amd/mendocino/psp_verstage/svc.h
index c73ac3d61f..941fa763a8 100644
--- a/src/soc/amd/mendocino/psp_verstage/svc.h
+++ b/src/soc/amd/mendocino/psp_verstage/svc.h
@@ -107,7 +107,7 @@ struct cmd_param_delay_in_micro_second {
};
struct cmd_param_reset_system {
- enum reset_type reset_type;
+ uint32_t reset_type;
};
struct cmd_param_get_boot_mode {