Closed wargio closed 11 years ago
i know that this is not a real issue, but you have wrote this twice:
OmapDispc->default_color0 = 0xffff0000; /* Initialize display control */ OmapDispc->control |= DISPC_ENABLE; OmapDispc->default_color0 = 0xffff0000;
https://github.com/winocm/xnu/blob/master/pexpert/arm/pe_omap3530.c line 305 and 309..
Turns out, this is actually because of hardware initialization. It should be set twice anyway.
i know that this is not a real issue, but you have wrote this twice:
https://github.com/winocm/xnu/blob/master/pexpert/arm/pe_omap3530.c line 305 and 309..