Bootloader: Add .data section
This commit is contained in:
@@ -8,6 +8,8 @@ SECTIONS
|
||||
. = ALIGN(512);
|
||||
stage2_start = .;
|
||||
.stage2 : { *(.stage2) }
|
||||
. = ALIGN(512);
|
||||
.data : { *(.data) }
|
||||
stage2_end = .;
|
||||
|
||||
. = ALIGN(512);
|
||||
|
||||
Reference in New Issue
Block a user