Merge pull request #473 from AdrianHuang/master

[libcpu][am335x] Fix the booting failure when enabling MMU
This commit is contained in:
Bernard Xiong 2015-05-11 10:48:26 +08:00
commit 8330ee5f56
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <rtthread.h>
#include "am33xx.h"
#define DESC_SEC (0x2|(1<<4))
#define DESC_SEC (0x2)
#define CB (3<<2) //cache_on, write_back
#define CNB (2<<2) //cache_on, write_through
#define NCB (1<<2) //cache_off,WR_BUF on