From e4bc55930b1755f7ec045ba2ad158868e7f6dd5d Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Sun, 12 Jan 2025 16:59:46 +0530 Subject: lib: utils: Populate MPXY channel attributes from RPMI channel attributes Use the RPMI mailbox channel attributes to populate MPXY channel attributes instead of hard coding them. Signed-off-by: Anup Patel --- include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h b/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h index 373b077a..068a1a55 100644 --- a/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h +++ b/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h @@ -16,9 +16,6 @@ #include #include -#define MPXY_RPMI_MAJOR_VER (1) -#define MPXY_RPMI_MINOR_VER (0) - /** Convert the mpxy attribute ID to attribute array index */ #define attr_id2index(attr_id) (attr_id - SBI_MPXY_ATTR_MSGPROTO_ATTR_START) -- cgit v1.3.1