summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/python/m5/util/fdthelper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/util/fdthelper.py b/src/python/m5/util/fdthelper.py
index 27d6f844c..7ad3aba13 100644
--- a/src/python/m5/util/fdthelper.py
+++ b/src/python/m5/util/fdthelper.py
@@ -43,6 +43,7 @@ from m5.ext.pyfdt import pyfdt
import re
import os
from m5.SimObject import SimObject
+from m5.util import fatal
class FdtProperty(pyfdt.FdtProperty):
"""Create a property without values."""