Skip to content

Commit 084bf6e

Browse files
Wei Liuwenlingz
authored andcommitted
acrn-config: remove parser for console
ttys_n has already been parsed, no need to parse again. otherwise the value will be overrided. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
1 parent a503fdc commit 084bf6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

misc/acrn-config/library/board_cfg_lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ def get_board_private_vuart(branch_tag, tag_console):
376376

377377
# VUART1
378378
if len(vuart1_valid_console) == 4:
379-
ttys_n = get_sub_leaf_tag(SCENARIO_INFO_FILE, branch_tag, "vuart1_console")
380379
vuart1_console_dic[ttys_n] = alloc_irq()
381380
else:
382381
vuart1_console_dic[vuart1_valid_console[0]] = alloc_irq()

0 commit comments

Comments
 (0)