summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris KIM <codewalker@hardkernel.com>2020-05-21 17:56:36 +0900
committerChris KIM <codewalker@hardkernel.com>2020-05-21 18:51:06 +0900
commit85cd80f0c23a6a69d4ad1c63ea65be3dad4df800 (patch)
tree68fa6ad4805ec1dc44c4bfbf353626f3b365a4f0
parent6a7ea605aa26936327a9f77dc3f4be71bc71035b (diff)
downloadu-boot-odroid-c1-85cd80f0c23a6a69d4ad1c63ea65be3dad4df800.tar.gz
ODROID: Fix recovery bug with 4K monitor.
If ODROID connected monitor supported 2160p60hz420 bestmode, recovery will fail or display off. We change hdmiphy to 1080p60 during recovery. Change-Id: Ib52524cf314273399c31c700be1f1809c4395e94
-rw-r--r--include/configs/odroid-g12-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/odroid-g12-common.h b/include/configs/odroid-g12-common.h
index 0e31af51de..d37b1a6078 100644
--- a/include/configs/odroid-g12-common.h
+++ b/include/configs/odroid-g12-common.h
@@ -189,7 +189,7 @@
"boot_recovery="\
"hdmitx edid; "\
"if test ${hdmimode} = custombuilt; then setenv cmode modeline=${modeline} customwidth=${customwidth} customheight=${customheight}; fi; "\
- "if test ${hdmimode} = 2160p30hz || test ${hdmimode} = 2160p60hz; then setenv hdmimode 1080p60hz; fi; "\
+ "if test ${hdmimode} == 2160p*; then setenv hdmimode 1080p60hz; fi; "\
"setenv bootargs ${initargs} logo=${display_layer},loaded,${fb_addr} "\
"vout=${hdmimode},enable hdmimode=${hdmimode} ${cmode} voutmode=${voutmode} "\
"cvbsmode=${cvbsmode} osd_reverse=${osd_reverse} video_reverse=${video_reverse} "\