Minor stuff

This commit is contained in:
Aurora
2016-09-21 00:16:27 +02:00
parent 2b249bd496
commit a8cd14dafd

View File

@@ -151,7 +151,6 @@ void clearScreens(bool clearTop, bool clearBottom)
flushDCacheRange(&clearTopTmp, 1);
flushDCacheRange(&clearBottomTmp, 1);
flushDCacheRange((void *)fb, sizeof(struct fb));
invokeArm11Function(ARM11);
}
@@ -258,7 +257,6 @@ void initScreens(void)
if(PDN_GPU_CNT == 1)
{
flushDCacheRange(&configData, sizeof(CfgData));
flushDCacheRange((void *)fb, sizeof(struct fb));
invokeArm11Function(ARM11);
clearScreens(true, true);