summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rtems.py')
-rwxr-xr-xrtemstoolkit/rtems.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/rtems.py b/rtemstoolkit/rtems.py
index fc46946..30c8c16 100755
--- a/rtemstoolkit/rtems.py
+++ b/rtemstoolkit/rtems.py
@@ -108,7 +108,7 @@ def bsp_configuration_file(prog = None):
class configuration:
def __init__(self):
- self.config = configuration_.configuration()
+ self.config = configuration_.configuration(raw = False)
self.archs = { }
self.profiles = { }