Skip to content

Commit

Permalink
[cmake] lint link.ld
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jan 3, 2024
1 parent 7d2de98 commit 2d1f40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions link/arm32/link.ld
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ SECTIONS
. = ALIGN(4);
PROVIDE(__spl_start = .);
*(.text .text.*)
PROVIDE(__ddr_bin_start = .);
KEEP(*(.init_dram_bin))
PROVIDE(__ddr_bin_end = .);
PROVIDE(__ddr_bin_start = .);
KEEP(*(.init_dram_bin))
PROVIDE(__ddr_bin_end = .);
KEEP(*(.note.gnu.build-id))
. = ALIGN(4);
} > ram
Expand Down

0 comments on commit 2d1f40f

Please sign in to comment.