forked from Mirrors/opensbi
lib: utils: Drop notifications from MPXY RPMI mailbox client
Currently, the common MPXY RPMI mailbox client does not support notifications so no need for dummy notifications support. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
This commit is contained in:
@@ -72,7 +72,6 @@ static struct mpxy_rpmi_service_data clock_services[] = {
|
||||
static const struct mpxy_rpmi_mbox_data clock_data = {
|
||||
.servicegrp_id = RPMI_SRVGRP_CLOCK,
|
||||
.num_services = RPMI_CLOCK_SRV_MAX_COUNT,
|
||||
.notifications_support = 1,
|
||||
.service_data = clock_services,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user