Skip to content

Commit 430749a

Browse files
ODROID-N2: Fix abnomal boot splash image.
Change-Id: I37c89572c3b60953575ee4a578ea295504204464
1 parent 8571bbf commit 430749a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/vpp/hdr2.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,7 @@ void hdr_func(enum hdr_module_sel module_sel,
10041004
hdr_mtx_param.mtx_only = HDR_ONLY;
10051005
/*for g12a/g12b osd blend shift rtl bug*/
10061006
if (((get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12A) ||
1007-
(get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B &&
1008-
get_cpu_id().chip_rev == MESON_CPU_CHIP_REVISION_A)) &&
1007+
(get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B)) &&
10091008
(hdr_process_select & HDR_BYPASS) &&
10101009
(module_sel & OSD1_HDR)) {
10111010
for (i = 0; i < 15; i++) {

0 commit comments

Comments
 (0)