From 084bf6e19b0ea23df802d499a5ed69b567148e82 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Wed, 30 Oct 2019 16:47:20 +0800 Subject: [PATCH] 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 Acked-by: Victor Sun --- misc/acrn-config/library/board_cfg_lib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/acrn-config/library/board_cfg_lib.py b/misc/acrn-config/library/board_cfg_lib.py index beee74c0b..a8239b886 100644 --- a/misc/acrn-config/library/board_cfg_lib.py +++ b/misc/acrn-config/library/board_cfg_lib.py @@ -376,7 +376,6 @@ def get_board_private_vuart(branch_tag, tag_console): # VUART1 if len(vuart1_valid_console) == 4: - ttys_n = get_sub_leaf_tag(SCENARIO_INFO_FILE, branch_tag, "vuart1_console") vuart1_console_dic[ttys_n] = alloc_irq() else: vuart1_console_dic[vuart1_valid_console[0]] = alloc_irq()