Skip to content

Commit 031191d

Browse files
Tomas Winklerlijinxia
authored andcommitted
dm: apl-mrb: launch_uos: remove mei debug flags
Tracked-On: #1849 Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Acked-by: Yu Wang <yu1.wang@intel.com>
1 parent 378afc5 commit 031191d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devicemodel/samples/apl-mrb/launch_uos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ $cse_passthrough == 1 ]; then
9393
echo "0000:00:0f.0" > /sys/bus/pci/drivers/pci-stub/bind
9494
boot_cse_option="$boot_cse_option"" -s 15,passthru,0/0f/0 "
9595
else
96-
boot_cse_option="$boot_cse_option"" -s 15,virtio-heci,d1 "
96+
boot_cse_option="$boot_cse_option"" -s 15,virtio-heci,0/0f/0 "
9797
fi
9898

9999
# for sd card passthrough - SDXC/MMC Host Controller 00:1b.0
@@ -272,7 +272,7 @@ if [ $cse_passthrough == 1 ]; then
272272
echo "0000:00:0f.0" > /sys/bus/pci/drivers/pci-stub/bind
273273
boot_cse_option="$boot_cse_option"" -s 15,passthru,0/0f/0 "
274274
else
275-
boot_cse_option="$boot_cse_option"" -s 15,virtio-heci,d1 "
275+
boot_cse_option="$boot_cse_option"" -s 15,virtio-heci,0/0f/0 "
276276
fi
277277

278278
#for memsize setting, total 8GB(>7.5GB) uos->6GB, 4GB(>3.5GB) uos->2GB

0 commit comments

Comments
 (0)