Revert "sw_apps:zynqmp_fsbl: Changed alignment of MMU tables for A53"
This reverts commit 6713239caf3a66e29826de88ef0638ca39c0628c.
This commit is contained in:
parent
0a7fcbc746
commit
ce10360848
1 changed files with 3 additions and 3 deletions
|
@ -198,19 +198,19 @@ SECTIONS
|
|||
*(.gcc_except_table)
|
||||
} > psu_ocm_ram_0_S_AXI_BASEADDR
|
||||
|
||||
.mmu_tbl0 (ALIGN(16)) : {
|
||||
.mmu_tbl0 (ALIGN(4096)) : {
|
||||
__mmu_tbl0_start = .;
|
||||
*(.mmu_tbl0)
|
||||
__mmu_tbl0_end = .;
|
||||
} > psu_ocm_ram_0_S_AXI_BASEADDR
|
||||
|
||||
.mmu_tbl1 (ALIGN(2048)) : {
|
||||
.mmu_tbl1 (ALIGN(4096)) : {
|
||||
__mmu_tbl1_start = .;
|
||||
*(.mmu_tbl1)
|
||||
__mmu_tbl1_end = .;
|
||||
} > psu_ocm_ram_0_S_AXI_BASEADDR
|
||||
|
||||
.mmu_tbl2 (ALIGN(2048)) : {
|
||||
.mmu_tbl2 (ALIGN(4096)) : {
|
||||
__mmu_tbl2_start = .;
|
||||
*(.mmu_tbl2)
|
||||
__mmu_tbl2_end = .;
|
||||
|
|
Loading…
Add table
Reference in a new issue