diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-09 13:18:13 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-09 13:18:13 (EST) |
commit | e2d03cca2de1b7f8380d40aea2034c0e9350b5ec (patch) | |
tree | 34e1df63814bb6dd1aa57e97ebf153e58a5642e3 /resources/libreboot/config/libpayload | |
parent | f6a37910472e0b558a16a3718844837c7bb8b252 (diff) | |
download | libreboot-e2d03cca2de1b7f8380d40aea2034c0e9350b5ec.zip libreboot-e2d03cca2de1b7f8380d40aea2034c0e9350b5ec.tar.gz libreboot-e2d03cca2de1b7f8380d40aea2034c0e9350b5ec.tar.bz2 |
libpayload: use tinycurses, not pdcurses
Fixes this error when running coreinfo on X200:
initsrc(): Unable to create stdscr
exited with status 1
Diffstat (limited to 'resources/libreboot/config/libpayload')
-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 30a412a..6388fb3 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 |