kernel/usr/initramfs_data.S
.. .. @@ -22,12 +22,9 @@ 22 22 in the ELF header, as required by certain architectures. 23 23 */ 24 24 25 -#include <linux/stringify.h>26 -#include <asm-generic/vmlinux.lds.h>27 -28 25 .section .init.ramfs,"a" 29 26 __irf_start: 30 -.incbin __stringify(INITRAMFS_IMAGE)27 +.incbin "usr/initramfs_inc_data"31 28 __irf_end: 32 29 .section .init.ramfs.info,"a" 33 30 .globl __initramfs_size