mirror of
https://github.com/Fishwaldo/bl808_coprocessor.git
synced 2025-03-15 11:21:28 +00:00
Update PMP length for 0x20000000 range
This commit is contained in:
parent
62aa3200ef
commit
8d86c00e43
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const pmp_config_entry_t pmp_entry_tab[8] = {
|
|||
[0] = {
|
||||
.entry_flag = ENTRY_FLAG_ADDR_NAPOT | ENTRY_FLAG_PERM_W | ENTRY_FLAG_PERM_R,
|
||||
.entry_pa_base = 0x20000000,
|
||||
.entry_pa_length = 0x10000,
|
||||
.entry_pa_length = PMP_REG_SZ_1M,
|
||||
},
|
||||
|
||||
[1] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue