This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
U-boot在一开始的时候,就把MMU禁掉了,你可以看下\ arch\arm\cpu\armv7\start.s中的cpu_init_cp15()这个函数。
你可以试试把这段函数去掉有什么现象