dsp: bios_table: Rename pldm_bios_table_append_pad_checksum_check()
Introduce pldm_bios_table_append_pad_checksum(), deprecate
pldm_bios_table_append_pad_checksum_check(), add rename configuration
and apply it.
Change-Id: I77e79f4be6cecbac87b47d2140e1714b519c4e8d
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/tests/dsp/bios_table.cpp b/tests/dsp/bios_table.cpp
index 8314f40..c2b73ea 100644
--- a/tests/dsp/bios_table.cpp
+++ b/tests/dsp/bios_table.cpp
@@ -1151,7 +1151,7 @@
auto sizeWithoutPad = attrValTable.size();
attrValTable.resize(sizeWithoutPad +
pldm_bios_table_pad_checksum_size(sizeWithoutPad));
- ASSERT_EQ(pldm_bios_table_append_pad_checksum_check(
+ ASSERT_EQ(pldm_bios_table_append_pad_checksum(
attrValTable.data(), attrValTable.size(), &sizeWithoutPad),
PLDM_SUCCESS);
Table expectedTable = {0x09, 0x00, 0x01, 0x02, 0x00, 0x65,