Revert "DM sample: update sos/uos boot arg to let UOS see two displays"

This reverts commit 5b1c536eee.
For normal case, we connected two HDMI monitors, one for SOS, another for UOS.
Previously UOS has problem when only see one display, it was the bug of
user space driver, then to work around this issue, submit temp patch to let
UOS see two displays.
From latest info, after switch to use github latest user spce driver in stable
branch, such problem was resolved. Then we need revert previous workaround
patch, otherwise, UOS will show on both HDMI1 and HDMI2.
This commit is contained in:
Fei Jiang
2018-05-31 16:53:56 +08:00
committed by lijinxia
parent c11a162993
commit 4a1f922242
3 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ case $launch_type in
launch_clearlinux 1 3 "64 448 8" 0x000C00 clearlinux 1 $debug
;;
6) echo "Launch android UOS"
launch_android 1 3 "64 448 8" 0x000C02 android 1 $debug
launch_android 1 3 "64 448 8" 0x000C00 android 1 $debug
;;
7) echo "Launch clearlinux UOS + android UOS"
launch_android 1 2 "64 448 4" 0x00000C android 1 $debug &