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;
|
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue