Skip to content

Commit

Permalink
[sw/common] remove unused linker script symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Sep 15, 2024
1 parent e416e1f commit 2565645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sw/common/neorv32.ld
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ SECTIONS
/* Export symbols for neorv32 crt0 start-up code */
/* ************************************************************************************************* */
PROVIDE(__crt0_max_heap = __neorv32_heap_size);
PROVIDE(__crt0_imem_begin = ORIGIN(rom));
PROVIDE(__crt0_dmem_begin = ORIGIN(ram));
PROVIDE(__crt0_stack_end = (ORIGIN(ram) + LENGTH(ram)) - 1);
PROVIDE(__crt0_ram_last = (ORIGIN(ram) + LENGTH(ram)) - 1);
PROVIDE(__crt0_bss_start = __BSS_START__);
PROVIDE(__crt0_bss_end = __BSS_END__);
PROVIDE(__crt0_copy_data_src_begin = LOADADDR(.data));
Expand Down

0 comments on commit 2565645

Please sign in to comment.