From bbc92361bcfa1d79976547fe3b27f8d53b20a96f Mon Sep 17 00:00:00 2001 From: Kunhui-Li Date: Wed, 18 Aug 2021 17:12:04 +0800 Subject: [PATCH] config_tools: update lpc slot number in script Update lpc slot to origin value 1 from 31 in the script too, because GOP driver has assumption to config space layout of the device on 00:1f.0. Tracked-On: #6340 Signed-off-by: Kunhui-Li --- misc/config_tools/launch_config/com.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/launch_config/com.py b/misc/config_tools/launch_config/com.py index f71082743..cddc927a1 100644 --- a/misc/config_tools/launch_config/com.py +++ b/misc/config_tools/launch_config/com.py @@ -636,7 +636,7 @@ def dm_arg_set(names, sel, virt_io, dm, vmid, config): break if uos_type != "PREEMPT-RT LINUX": - print(" -s 31:0,lpc \\", file=config) + print(" -s 1:0,lpc \\", file=config) # redirect console if dm['vuart0'][vmid] == "Enable":