diff options
Diffstat (limited to 'usr/initramfs_data.S')
-rw-r--r-- | usr/initramfs_data.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/initramfs_data.S b/usr/initramfs_data.S index 7c6973d8d829..49a545fea120 100644 --- a/usr/initramfs_data.S +++ b/usr/initramfs_data.S | |||
@@ -25,6 +25,7 @@ SECTIONS | |||
25 | in the ELF header, as required by certain architectures. | 25 | in the ELF header, as required by certain architectures. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | .section .init.ramfs,"a" | 28 | #include <linux/stringify.h> |
29 | .incbin "usr/initramfs_data.cpio" | ||
30 | 29 | ||
30 | .section .init.ramfs,"a" | ||
31 | .incbin __stringify(INITRAMFS_IMAGE) | ||