acrn-hypervisor/devicemodel/samples/apl-mrb
Zhao Yakui 66f133bf45 DM: Fix the typo error in checking the /dev/vbs_ipu file
The /dev/vbs_ipu is used by the backend driver of IPU mediator on SOS kernel
If the file of /dev/vbs_ipu exists, it indicates that IPU works in mediator mode.
Other it will fall back to the pass-through mode.
But the commit 969f7cf071 doesn't check the file of /dev/vbs_ipu correctly.
It should be -e instead of -f.

Tracked-on: https://github.com/projectacrn/acrn-hypervisor/issues/1373
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Wu, BinBin <binbin.wu@intel.com>
2018-11-09 11:26:59 +08:00
..
acrn_guest.service samples: Add AliOS as guest launch option 2018-09-10 11:27:09 +08:00
launch_uos.sh DM: Fix the typo error in checking the /dev/vbs_ipu file 2018-11-09 11:26:59 +08:00
sos_bootargs_debug.txt DM: sos_bootargs: split sos_bootargs into multiple lines 2018-11-07 09:21:13 +08:00
sos_bootargs_release.txt DM: sos_bootargs: split sos_bootargs into multiple lines 2018-11-07 09:21:13 +08:00