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:
Kinjal Pravinbhai Patel 2015-08-06 17:05:49 +05:30 committed by Nava kishore Manne
parent 959f06aa0b
commit c057e98588

View file

@ -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