diff options
Diffstat (limited to 'resources/libreboot/config/x60t')
-rw-r--r-- | resources/libreboot/config/x60t/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/libreboot/config/x60t/config b/resources/libreboot/config/x60t/config index 0fe2b17..e5b6f19 100644 --- a/resources/libreboot/config/x60t/config +++ b/resources/libreboot/config/x60t/config @@ -434,8 +434,8 @@ CONFIG_GENERATE_SMBIOS_TABLES=y # # Payload # -CONFIG_PAYLOAD_NONE=y -# CONFIG_PAYLOAD_ELF is not set +# CONFIG_PAYLOAD_NONE is not set +CONFIG_PAYLOAD_ELF=y # CONFIG_PAYLOAD_LINUX is not set # CONFIG_PAYLOAD_SEABIOS is not set # CONFIG_PAYLOAD_FILO is not set @@ -443,6 +443,8 @@ CONFIG_PAYLOAD_NONE=y # CONFIG_PAYLOAD_TIANOCORE is not set # CONFIG_SEABIOS_THREAD_OPTIONROMS is not set # CONFIG_SEABIOS_VGA_COREBOOT is not set +CONFIG_PAYLOAD_FILE="grub.elf" +CONFIG_COMPRESSED_PAYLOAD_LZMA=y # # Debugging |