summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Albert <albertj@us.ibm.com>2017-07-19 15:13:02 -0500
committerJason Albert <albertj@us.ibm.com>2017-07-19 15:13:02 -0500
commitfe6dbaaf3c880dc2453e1cce4489dea8aa428b74 (patch)
tree6cf4efa4228b2a3fb46a789fd48ef8fa35fece8a
parent0a86beebb2724edc63faa2f365c0bbc3056b341a (diff)
downloadvpdtools-fe6dbaaf3c880dc2453e1cce4489dea8aa428b74.tar.gz
vpdtools-fe6dbaaf3c880dc2453e1cce4489dea8aa428b74.zip
Increased eeprom size in reversed tvpd's
-rwxr-xr-xreverseVpd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reverseVpd.py b/reverseVpd.py
index bfee000..e8adce3 100755
--- a/reverseVpd.py
+++ b/reverseVpd.py
@@ -184,7 +184,7 @@ vpd = ET.Element("vpd")
# Stick in our required tags
ET.SubElement(vpd, "name").text = vpdName
-ET.SubElement(vpd, "size").text = "16 kB"
+ET.SubElement(vpd, "size").text = "32 kB"
# VD is in a fixed location in VHDR, just rip it out instead of reading teh VPD to find it
ET.SubElement(vpd, "VD").text = ("%02X" % struct.unpack('<H', vpdContents[24:26])[0])
OpenPOWER on IntegriCloud