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 <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2021-08-18 17:12:04 +08:00 committed by wenlingz
parent a860af24ba
commit bbc92361bc

View File

@ -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":