phosphor-bmc-code-mgmt: let JedFileParser related var more descriptive
tagFQ -> tagFuseQuantity
tagUH -> tagUserCodeHex
tagUFM -> tagUserFlashMemory
Change-Id: Iad906742b1783ee1adb40a3d141b469153cf99fa
Signed-off-by: Ken Chen <Ken.Chen@quantatw.com>
diff --git a/cpld/lattice/lattice.hpp b/cpld/lattice/lattice.hpp
index 2c11952..0a81917 100644
--- a/cpld/lattice/lattice.hpp
+++ b/cpld/lattice/lattice.hpp
@@ -24,8 +24,8 @@
struct cpldI2cInfo
{
- unsigned long int QF;
- unsigned int* UFM;
+ unsigned long int fuseQuantity;
+ unsigned int* userFlashMemory;
unsigned int version;
unsigned int checksum;
std::vector<uint8_t> cfgData;