aboutsummaryrefslogtreecommitdiff
path: root/cmd/tlv_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tlv_eeprom.c')
-rw-r--r--cmd/tlv_eeprom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/tlv_eeprom.c b/cmd/tlv_eeprom.c
index 2b643f9..bf8d453 100644
--- a/cmd/tlv_eeprom.c
+++ b/cmd/tlv_eeprom.c
@@ -169,6 +169,9 @@ static void show_eeprom(u8 *eeprom)
{
int tlv_end;
int curr_tlv;
+#ifdef DEBUG
+ int i;
+#endif
struct tlvinfo_header *eeprom_hdr = to_header(eeprom);
struct tlvinfo_tlv *eeprom_tlv;