bsp: a53: modified translation table in a53 32bit bsp
This patch modifies a53 32bit bsp translation table to fix the incorrect translation table entries for addresses beyond 0xfA000000 Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
959f06aa0b
commit
c057e98588
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ MMUTable:
|
|||
.set SECT, SECT+0x100000
|
||||
.endr
|
||||
|
||||
.rept 0x44 /* 0xfA000000 - 0xfe3fffff (Device).
|
||||
.rept 0x44 /* 0xfA000000 - 0xfe3fffff (Device).*/
|
||||
.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */
|
||||
.set SECT, SECT+0x100000
|
||||
.endr
|
||||
|
|
Loading…
Add table
Reference in a new issue