diff options
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 7fa660fd449c..eaa06ef6f7d9 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -1,3 +1,5 @@ | |||
1 | #include <linux/section-names.h> | ||
2 | |||
1 | #ifndef LOAD_OFFSET | 3 | #ifndef LOAD_OFFSET |
2 | #define LOAD_OFFSET 0 | 4 | #define LOAD_OFFSET 0 |
3 | #endif | 5 | #endif |
@@ -331,7 +333,7 @@ | |||
331 | #endif | 333 | #endif |
332 | 334 | ||
333 | /* Section used for early init (in .S files) */ | 335 | /* Section used for early init (in .S files) */ |
334 | #define HEAD_TEXT *(.head.text) | 336 | #define HEAD_TEXT *(HEAD_TEXT_SECTION) |
335 | 337 | ||
336 | /* init and exit section handling */ | 338 | /* init and exit section handling */ |
337 | #define INIT_DATA \ | 339 | #define INIT_DATA \ |