From 6a6fe829c74d13fc439746ec3f3e7907cacacd09 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 17 Jan 2019 15:05:41 +0800 Subject: [PATCH] launch_uos.sh remove sd card passthru option 1. remove the sd card option to reducing the boot time. Tracked-On: #2331 Signed-off-by: Wei Liu --- devicemodel/samples/apl-mrb/launch_uos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/devicemodel/samples/apl-mrb/launch_uos.sh b/devicemodel/samples/apl-mrb/launch_uos.sh index 5c4986419..b1ffa3c00 100755 --- a/devicemodel/samples/apl-mrb/launch_uos.sh +++ b/devicemodel/samples/apl-mrb/launch_uos.sh @@ -157,7 +157,6 @@ acrn-dm -A -m $mem_size -c $2$boot_GVT_option"$GVT_args" -s 0:0,hostbridge -s 1: -s 9,passthru,0/15/1 \ $boot_cse_option \ --mac_seed $mac_seed \ - -s 27,passthru,0/1b/0 \ $intr_storm_monitor \ $boot_ipu_option \ -i /run/acrn/ioc_$vm_name,0x20 \ @@ -362,7 +361,6 @@ echo "dm_run: after passthru dev preparing" > /dev/kmsg $boot_audio_option \ $boot_cse_option \ --mac_seed $mac_seed \ - -s 27,passthru,0/1b/0 \ -s 24,passthru,0/18/0 \ -s 18,passthru,3/0/0,keep_gsi,gpio_rst,460 \ $intr_storm_monitor \