We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 448b5c0 + 94c59a9 commit 7832985Copy full SHA for 7832985
tools/ldgen/ldgen/sdkconfig.py
@@ -18,7 +18,7 @@ class SDKConfig:
18
19
def __init__(self, kconfig_file, sdkconfig_file):
20
self.config = kconfiglib.Kconfig(kconfig_file)
21
- self.config.load_config(sdkconfig_file)
+ self.config.load_config(sdkconfig_file, load_deprecated=True)
22
self.config.warn = False # eval_string may contain un-declared symbol
23
24
def evaluate_expression(self, expression):
0 commit comments