sw_apps:zynq_fsbl: Fix to make memory sections visible in Summary view
Added parentheses around 'ALIGN' in linker script. This change enables linker script Summary view be visible in SDK. Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com> Acked-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
This commit is contained in:
parent
60857608a0
commit
1df7d08489
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ SECTIONS
|
|||
*(.gcc_except_table)
|
||||
} > ps7_ram_0_S_AXI_BASEADDR
|
||||
|
||||
.mmu_tbl ALIGN(0x4000): {
|
||||
.mmu_tbl (ALIGN(0x4000)): {
|
||||
__mmu_tbl_start = .;
|
||||
*(.mmu_tbl)
|
||||
__mmu_tbl_end = .;
|
||||
|
|
Loading…
Add table
Reference in a new issue