From: Fang, Neo Date: Thu, 18 Dec 2014 14:48:01 +0000 (+0000) Subject: setup-gummiboot-conf: Disable VGA output in splash-hdmi .conf X-Git-Tag: accepted/tizen/3.0/common/20161114.105120^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fadaptation%2Fsetup-scripts.git;a=commitdiff_plain;h=e0ee512691d8903ad41cf7b74ce9ea132899ef39 setup-gummiboot-conf: Disable VGA output in splash-hdmi .conf This is a supplementary patch on top of 40e26bbb19f0450a0495263798ebe6cee4e736ae *splash-hdmi.conf is primarily used by Minnowboard MAX. The board only contains a mini-HDMI port and VGA/DP ports are not available. Therefore, also VGA needs to be disabled to avoid GMBUS timeout. v2: Update commit log Change-Id: I6d5776959f1b3b185f71cdcd770c4e973c2fae66 Bug-Tizen: TC-2195/part Signed-off-by: Fang, Neo Signed-off-by: Mikko Ylinen --- diff --git a/setup-scripts-bootloader-conf b/setup-scripts-bootloader-conf index af5a25e..2b568cc 100755 --- a/setup-scripts-bootloader-conf +++ b/setup-scripts-bootloader-conf @@ -171,7 +171,7 @@ add_subcommand() setup-$boot-conf $verbose --bootdir "$bootdir" add \ $force --splash "$splash_path" "$kernel-splash-dp" \ "Splash DP $os_name" "$kernel" "$splash_opts_dp" - splash_opts_hdmi="$splash_opts video=DP-1:d" + splash_opts_hdmi="$splash_opts video=DP-1:d video=VGA-1:d" setup-$boot-conf $verbose --bootdir "$bootdir" add \ $force --splash "$splash_path" "$kernel-splash-hdmi" \ "Splash HDMI $os_name" "$kernel" "$splash_opts_hdmi"