Skip to content

Commit

Permalink
Merge pull request #202 from sifive/ESAT-213-fix
Browse files Browse the repository at this point in the history
ESAT-213 fix
  • Loading branch information
bsousi5 committed Feb 20, 2020
2 parents d96b0a2 + 0f9bdce commit 46103b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linker_script/sections/uninit_group.c++
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ UninitGroup::UninitGroup(const fdt &dtb, Memory logical_memory,
Section stack(virtual_memory, virtual_memory, virtual_header);

stack.output_name = "stack";
stack.alignment = 8;

stack.add_command("PROVIDE(metal_segment_stack_begin = .);");
stack.add_command(". += __stack_size;");
Expand Down

0 comments on commit 46103b9

Please sign in to comment.