mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 07:46:53 +00:00
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:
parent
a503fdceae
commit
084bf6e19b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user