mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Removed unnecessary alignment directives in link.ld
This commit is contained in:
parent
44669ee990
commit
0e540533d9
1 changed files with 0 additions and 2 deletions
|
@ -21,13 +21,11 @@ SECTIONS
|
|||
}
|
||||
.cpu2Stack :
|
||||
{
|
||||
. = ALIGN(16);
|
||||
. = . + 512;
|
||||
__cpu2_stack = .;
|
||||
}
|
||||
.cpu3Stack :
|
||||
{
|
||||
. = ALIGN(16);
|
||||
. = . + 512;
|
||||
__cpu3_stack = .;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue