diff options
| author | Leah Rowe <vimuser@noreply.codeberg.org> | 2026-03-21 07:38:39 +0100 |
|---|---|---|
| committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2026-03-21 07:38:39 +0100 |
| commit | 00f73069711af6f689dd92f9b4a3919eaf11517e (patch) | |
| tree | 30d87dc0f7cf4242b994b4a259d33e69d36d4ab4 /config | |
| parent | 3871c02cb5731ca6529dcca718418a92d9c9e752 (diff) | |
| parent | 59754ad0e6375d1a37d42a8c78a18dc048325bbb (diff) | |
Merge pull request 'Enable CBFS file option backend on T480s' (#410) from noisytoot/t480s-cbfs-file-option-backend into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/410
Diffstat (limited to 'config')
| -rw-r--r-- | config/coreboot/t480s_vfsp_16mb/config/libgfxinit_corebootfb | 4 | ||||
| -rw-r--r-- | config/coreboot/t480s_vfsp_16mb/config/libgfxinit_txtmode | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_corebootfb index d826124e..4ab99d81 100644 --- a/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_corebootfb @@ -16,8 +16,8 @@ CONFIG_COMPILER_GCC=y # CONFIG_IWYU is not set # CONFIG_FMD_GENPARSER is not set # CONFIG_UTIL_GENPARSER is not set -CONFIG_OPTION_BACKEND_NONE=y -# CONFIG_USE_CBFS_FILE_OPTION_BACKEND is not set +# CONFIG_OPTION_BACKEND_NONE is not set +CONFIG_USE_CBFS_FILE_OPTION_BACKEND=y CONFIG_COMPRESS_RAMSTAGE_LZMA=y # CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set # CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set diff --git a/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_txtmode b/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_txtmode index d13a31e3..83f82021 100644 --- a/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/t480s_vfsp_16mb/config/libgfxinit_txtmode @@ -16,8 +16,8 @@ CONFIG_COMPILER_GCC=y # CONFIG_IWYU is not set # CONFIG_FMD_GENPARSER is not set # CONFIG_UTIL_GENPARSER is not set -CONFIG_OPTION_BACKEND_NONE=y -# CONFIG_USE_CBFS_FILE_OPTION_BACKEND is not set +# CONFIG_OPTION_BACKEND_NONE is not set +CONFIG_USE_CBFS_FILE_OPTION_BACKEND=y CONFIG_COMPRESS_RAMSTAGE_LZMA=y # CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set # CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set |
