hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/usr/initramfs_data.S
....@@ -22,12 +22,9 @@
2222 in the ELF header, as required by certain architectures.
2323 */
2424
25
-#include <linux/stringify.h>
26
-#include <asm-generic/vmlinux.lds.h>
27
-
2825 .section .init.ramfs,"a"
2926 __irf_start:
30
-.incbin __stringify(INITRAMFS_IMAGE)
27
+.incbin "usr/initramfs_inc_data"
3128 __irf_end:
3229 .section .init.ramfs.info,"a"
3330 .globl __initramfs_size