Skip to content

Commit 8330ee5

Browse files
committed
Merge pull request #473 from AdrianHuang/master
[libcpu][am335x] Fix the booting failure when enabling MMU
2 parents 9fa2a04 + 4222677 commit 8330ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/arm/am335x/mmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <rtthread.h>
1616
#include "am33xx.h"
1717

18-
#define DESC_SEC (0x2|(1<<4))
18+
#define DESC_SEC (0x2)
1919
#define CB (3<<2) //cache_on, write_back
2020
#define CNB (2<<2) //cache_on, write_through
2121
#define NCB (1<<2) //cache_off,WR_BUF on

0 commit comments

Comments
 (0)