summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <codewalker@hardkernel.com>2021-03-29 10:39:35 +0900
committerChris <codewalker@hardkernel.com>2021-03-29 10:39:35 +0900
commit430749ab5e16218e0bb450cb71c523bc6e875295 (patch)
treec1aed8c3e4a418e3100adb0881efeccad0feeaef
parent8571bbf478765ba3281a6c301dbb5b12e159b874 (diff)
downloadu-boot-odroid-c1-430749ab5e16218e0bb450cb71c523bc6e875295.tar.gz
ODROID-N2: Fix abnomal boot splash image.travis/odroidn2-189travis/odroidc4-189
Change-Id: I37c89572c3b60953575ee4a578ea295504204464
-rw-r--r--drivers/vpp/hdr2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/vpp/hdr2.c b/drivers/vpp/hdr2.c
index 55e8244010..9dbc7ad380 100644
--- a/drivers/vpp/hdr2.c
+++ b/drivers/vpp/hdr2.c
@@ -1004,8 +1004,7 @@ void hdr_func(enum hdr_module_sel module_sel,
hdr_mtx_param.mtx_only = HDR_ONLY;
/*for g12a/g12b osd blend shift rtl bug*/
if (((get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12A) ||
- (get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B &&
- get_cpu_id().chip_rev == MESON_CPU_CHIP_REVISION_A)) &&
+ (get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B)) &&
(hdr_process_select & HDR_BYPASS) &&
(module_sel & OSD1_HDR)) {
for (i = 0; i < 15; i++) {