We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504bce1 commit 06a1b39Copy full SHA for 06a1b39
src/linker.ld
@@ -56,7 +56,11 @@ SECTIONS
56
_ipi_cpumsg_handlers_id_end = .;
57
}
58
59
- . = ALIGN(PAGE_SIZE);
+ .pad_load : {
60
+ /* This section pads the load size of the image to be multiple of PAGE_SIZE */
61
+ . = ALIGN(PAGE_SIZE);
62
+ }
63
+
64
_image_load_end = .;
65
#ifdef MEM_NON_UNIFIED
66
/* Save the current location counter (VMA) and switch to LMA for .vm_images */
0 commit comments