This commit is contained in:
Flyinghead 2018-10-16 15:35:28 +02:00
parent 2214af734f
commit 4b38b9b788
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ void CCN_MMUCR_write(u32 addr, u32 value)
CCN_MMUCR_type temp; CCN_MMUCR_type temp;
temp.reg_data=value; temp.reg_data=value;
if ((temp.AT!=CCN_MMUCR.AT) && (temp.AT==1)) // if ((temp.AT!=CCN_MMUCR.AT) && (temp.AT==1))
{ // {
printf("<*******>MMU Enabled , ONLY SQ remaps work<*******>\n"); // printf("<*******>MMU Enabled , ONLY SQ remaps work<*******>\n");
} // }
if (temp.TI) if (temp.TI)
{ {