aboutsummaryrefslogtreecommitdiff
path: root/scripts/main_loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/main_loop.py')
-rwxr-xr-xscripts/main_loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main_loop.py b/scripts/main_loop.py
index 84f73d1..264ea31 100755
--- a/scripts/main_loop.py
+++ b/scripts/main_loop.py
@@ -23,7 +23,7 @@ def step():
phase.set(1)
elif phs == 1:
phase.message(1)
- initialize.kconfig_parser()
+ initialize.parse_kconfig()
initialize.gen_requred()
iteration.reset()
phase.set(2)