diff options
| author | Anup Patel <[email protected]> | 2025-01-12 16:59:46 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-02-13 11:10:03 +0530 |
| commit | e4bc55930b1755f7ec045ba2ad158868e7f6dd5d (patch) | |
| tree | b0d84bdab74fc3f100e0d341deb270a8a45c5f49 /include | |
| parent | 91012b475dafaa21a5fdeebbdea73af2b6733b4f (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sbi_utils/mailbox/rpmi_msgprot.h> #include <sbi_utils/mpxy/fdt_mpxy.h> -#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) |
