summaryrefslogtreecommitdiff
path: root/test-cli/test/helpers/get_dieid.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/helpers/get_dieid.py')
-rw-r--r--test-cli/test/helpers/get_dieid.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-cli/test/helpers/get_dieid.py b/test-cli/test/helpers/get_dieid.py
index b20f143..029ddb5 100644
--- a/test-cli/test/helpers/get_dieid.py
+++ b/test-cli/test/helpers/get_dieid.py
@@ -21,8 +21,6 @@ def read(addr):
def getRegisters(model):
if model.find("IGEP0046") == 0:
registers = [0x021BC420, 0x021BC410]
- elif model.find("IGEP0000") == 0:
- registers = [0x021BC420, 0x021BC410]
elif model.find("IGEP0034") == 0 or model.find("SOPA0000") == 0:
registers = [0x44e10630, 0x44e10634, 0x44e10638, 0x44e1063C]
elif model.find("OMAP3") == 0: