Minor stuff
This commit is contained in:
@@ -151,7 +151,6 @@ void clearScreens(bool clearTop, bool clearBottom)
|
|||||||
|
|
||||||
flushDCacheRange(&clearTopTmp, 1);
|
flushDCacheRange(&clearTopTmp, 1);
|
||||||
flushDCacheRange(&clearBottomTmp, 1);
|
flushDCacheRange(&clearBottomTmp, 1);
|
||||||
flushDCacheRange((void *)fb, sizeof(struct fb));
|
|
||||||
invokeArm11Function(ARM11);
|
invokeArm11Function(ARM11);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -258,7 +257,6 @@ void initScreens(void)
|
|||||||
if(PDN_GPU_CNT == 1)
|
if(PDN_GPU_CNT == 1)
|
||||||
{
|
{
|
||||||
flushDCacheRange(&configData, sizeof(CfgData));
|
flushDCacheRange(&configData, sizeof(CfgData));
|
||||||
flushDCacheRange((void *)fb, sizeof(struct fb));
|
|
||||||
invokeArm11Function(ARM11);
|
invokeArm11Function(ARM11);
|
||||||
|
|
||||||
clearScreens(true, true);
|
clearScreens(true, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user