script: gen_isr_tables: remove unnecessary warning log
Remove a message that had a typo in it but, more importantly that was not needed. The CONFIG_ISR_TABLES_LOCAL_DECLARATION already selects EXPERIMENTAL so a user is properly alerted about the consequences just like any other EXPERIMENTAL features if they enable WARN_EXPERIMENTAL. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
a35bb6608d
commit
9d1df132b1
1 changed files with 0 additions and 2 deletions
|
@ -315,8 +315,6 @@ def main():
|
||||||
intlist_data = read_intList_sect(kernel, config.get_intlist_snames())
|
intlist_data = read_intList_sect(kernel, config.get_intlist_snames())
|
||||||
|
|
||||||
if config.check_sym("CONFIG_ISR_TABLES_LOCAL_DECLARATION"):
|
if config.check_sym("CONFIG_ISR_TABLES_LOCAL_DECLARATION"):
|
||||||
sys.stdout.write(
|
|
||||||
"Warning: The EXPERIMENTAL ISR_TABLES_LOCAL_DECLARATION feature selected\n")
|
|
||||||
parser_module = importlib.import_module('gen_isr_tables_parser_local')
|
parser_module = importlib.import_module('gen_isr_tables_parser_local')
|
||||||
parser = parser_module.gen_isr_parser(intlist_data, config, log)
|
parser = parser_module.gen_isr_parser(intlist_data, config, log)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue