utils: Rename crc8() to pldm_edac_crc8()

Chip away at transitioning the library API surface to a consistent
symbol prefix.

Change-Id: I32b0b938d2ff32dcf224307a05355cdfd5943f41
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meson.build b/meson.build
index 4821698..9d5a60b 100644
--- a/meson.build
+++ b/meson.build
@@ -46,7 +46,10 @@
     entrypoint += ' __attribute__((tainted_args))'
 endif
 
-libpldm_deprecated_aliases = [['crc32', 'pldm_edac_crc32']]
+libpldm_deprecated_aliases = [
+    ['crc32', 'pldm_edac_crc32'],
+    ['crc8', 'pldm_edac_crc8'],
+]
 if get_option('abi').contains('deprecated')
     conf.set('LIBPLDM_ABI_DEPRECATED', entrypoint)
     conf.set(