summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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} "\