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

Android HWC has problem when only see one display, then this is
workaround patch to make Android HDMI2 display normal.

V2: only change AaaG UOS kernel boot arg

Signed-off-by: Fei Jiang <fei.jiang@intel.com>
This commit is contained in:
Fei Jiang
2018-05-29 22:26:37 +08:00
committed by lijinxia
parent 16152fad79
commit 5b1c536eee
3 changed files with 3 additions and 3 deletions

View File

@@ -352,7 +352,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" 0x000C00 android 1 $debug
launch_android 1 3 "64 448 8" 0x000C02 android 1 $debug
;;
7) echo "Launch clearlinux UOS + android UOS"
launch_android 1 2 "64 448 4" 0x00000C android 1 $debug &