From e2d03cca2de1b7f8380d40aea2034c0e9350b5ec Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 09 Dec 2015 13:18:13 -0500 Subject: libpayload: use tinycurses, not pdcurses Fixes this error when running coreinfo on X200: initsrc(): Unable to create stdscr exited with status 1 --- (limited to 'resources/libreboot') 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 -- cgit v0.9.1