Skip to content

Commit

Permalink
Merge pull request #24 from badgeteam/fix-linker-new-gcc
Browse files Browse the repository at this point in the history
Fix linker new gcc
  • Loading branch information
hpvb authored Jul 29, 2023
2 parents 8a2aaf8 + 1ab61b0 commit 33d1088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ PHDRS

SECTIONS
{
/DISCARD/ : { *(.note.gnu.build-id) }

/* Physical memory. */
__start_xip = 0x42000000;
__stop_xip = 0x43000000;
Expand Down

0 comments on commit 33d1088

Please sign in to comment.