diff options
-rw-r--r-- | resources/libreboot/config/libpayload/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libreboot/config/libpayload/config b/resources/libreboot/config/libpayload/config index 30a412a1..6388fb34 100644 --- a/resources/libreboot/config/libpayload/config +++ b/resources/libreboot/config/libpayload/config @@ -29,8 +29,8 @@ CONFIG_LP_MULTIBOOT=y # CONFIG_LP_LIBC=y CONFIG_LP_CURSES=y -# CONFIG_LP_TINYCURSES is not set -CONFIG_LP_PDCURSES=y +CONFIG_LP_TINYCURSES=y +# CONFIG_LP_PDCURSES is not set CONFIG_LP_CBFS=y CONFIG_LP_LZMA=y CONFIG_LP_LZ4=y |