|
@@ -33,6 +33,7 @@ SECTIONS
|
|
} :data
|
|
} :data
|
|
/* End of data goes *here* so that freeing init code works properly. */
|
|
/* End of data goes *here* so that freeing init code works properly. */
|
|
_edata = .;
|
|
_edata = .;
|
|
|
|
+ NOTES
|
|
|
|
|
|
/* will be freed after init */
|
|
/* will be freed after init */
|
|
. = ALIGN(PAGE_SIZE); /* Init code and data */
|
|
. = ALIGN(PAGE_SIZE); /* Init code and data */
|