platform: template: typo fix in system reboot/shutdown names

This patch does minor typo fix in system reboot/shutdown names
in platform operations.

Signed-off-by: Jiuyang Liu (Sequencer) <liujiuyang1994@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
Jiuyang Liu (Sequencer)
2020-01-24 07:34:10 +05:30
committed by Anup Patel
parent 021b9e7c76
commit 85647a1a76

View File

@@ -213,8 +213,8 @@ const struct sbi_platform_operations platform_ops = {
.timer_event_stop = platform_timer_event_stop,
.timer_event_start = platform_timer_event_start,
.timer_init = platform_timer_init,
.system_reboot = platform_system_down,
.system_shutdown = platform_system_down
.system_reboot = platform_system_reboot,
.system_shutdown = platform_system_shutdown
};
const struct sbi_platform platform = {
.opensbi_version = OPENSBI_VERSION,