less log
This commit is contained in:
parent
2214af734f
commit
4b38b9b788
|
@ -46,10 +46,10 @@ void CCN_MMUCR_write(u32 addr, u32 value)
|
|||
CCN_MMUCR_type temp;
|
||||
temp.reg_data=value;
|
||||
|
||||
if ((temp.AT!=CCN_MMUCR.AT) && (temp.AT==1))
|
||||
{
|
||||
printf("<*******>MMU Enabled , ONLY SQ remaps work<*******>\n");
|
||||
}
|
||||
// if ((temp.AT!=CCN_MMUCR.AT) && (temp.AT==1))
|
||||
// {
|
||||
// printf("<*******>MMU Enabled , ONLY SQ remaps work<*******>\n");
|
||||
// }
|
||||
|
||||
if (temp.TI)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue