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>
This commit is contained in:
Wei Liu 2019-10-30 16:47:20 +08:00 committed by wenlingz
parent a503fdceae
commit 084bf6e19b

View File

@ -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()