diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index 7230e330..932b7b21 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -601,11 +601,11 @@ CONFIG_GENERATE_SMBIOS_TABLES=y # CONFIG_PAYLOAD_UBOOT is not set CONFIG_PAYLOAD_LINUX=y # CONFIG_PAYLOAD_TIANOCORE is not set -CONFIG_PAYLOAD_FILE="../../build/x230-generic/bzImage" +CONFIG_PAYLOAD_FILE="../../build/x230/bzImage" CONFIG_PAYLOAD_OPTIONS="" # CONFIG_PXE is not set CONFIG_LINUX_COMMAND_LINE="quiet" -CONFIG_LINUX_INITRD="../../build/x230-generic/initrd.cpio.xz" +CONFIG_LINUX_INITRD="../../build/x230/initrd.cpio.xz" # CONFIG_PAYLOAD_IS_FLAT_BINARY is not set # diff --git a/config/linux-x230.config b/config/linux-x230.config index 788a07b5..16dfddaa 100644 --- a/config/linux-x230.config +++ b/config/linux-x230.config @@ -146,9 +146,7 @@ CONFIG_ARCH_SUPPORTS_INT128=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_RELAY is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="../../dev.cpio" -CONFIG_INITRAMFS_ROOT_UID=0 -CONFIG_INITRAMFS_ROOT_GID=0 +CONFIG_INITRAMFS_SOURCE="" # CONFIG_RD_GZIP is not set # CONFIG_RD_BZIP2 is not set # CONFIG_RD_LZMA is not set