From e28be9f83c658fb709d3ac56173a455bf6c59b17 Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Tue, 6 Feb 2018 16:51:08 +0100 Subject: [PATCH] Include initramfs into kernel binary --- build/xlnx_4.9/linux/.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/xlnx_4.9/linux/.config b/build/xlnx_4.9/linux/.config index c7df2d5..144c736 100644 --- a/build/xlnx_4.9/linux/.config +++ b/build/xlnx_4.9/linux/.config @@ -126,7 +126,9 @@ CONFIG_CGROUPS=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_RELAY is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" +CONFIG_INITRAMFS_SOURCE="../../buildroot/images/rootfs.cpio" +CONFIG_INITRAMFS_ROOT_UID=0 +CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_RD_GZIP=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y -- 2.39.2