View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005459 | Eboot_iMX6SX | EBoot | public | 2022-07-13 06:29 | 2022-07-18 06:44 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.7 | ||||
Target Version | V1.8 | Fixed in Version | V1.8 | ||
Summary | 0005459: Boot screen does not work | ||||
Description | Boot screen does not work | ||||
Additional Information | bootloader\..\utils.c: else if (DDK_CLOCK_BAUD_SOURCE_PLL2_BUS == src) { << INSREG32(&g_pCCM->CSCDR2, CCM_CS2CDR_LDB_DIO_CLK_SEL_MASK, >> INSREG32(&g_pCCM->CSCDR2,CCM_CSCDR2_LCDIF1_CLK_SEL_MASK, >> (0 << CCM_CSCDR2_LCDIF1_CLK_SEL_LSH)); >> INSREG32(&g_pCCM->CSCDR2, (((1 << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_WID)-1) << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_LSH), >> (0 << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_LSH)); | ||||