diff options
author | Martin Roth <martinroth@google.com> | 2015-12-06 12:07:34 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-12-06 22:23:12 +0100 |
commit | 2a27a858091f6b0a2c80487789281d6983917425 (patch) | |
tree | c1170897aad78692f5babcbf7b4c5dbda62b7d9c /payloads/libpayload/configs/config.purin | |
parent | 533f6668a429d61be3a2c141603480d5fb2cd4a4 (diff) |
libpayload/configs/config.purin: Use CONFIG_LP_8250_SERIAL_CONSOLE
- Update to use the CONFIG_LP_8250_SERIAL_CONSOLE instead of the removed
CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE.
- CONFIG_LP_LZ4 and CONFIG_LP_PL011_SERIAL_CONSOLE are set to the
default values for these new config options.
CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE was removed in
commit 4d5317e5 (libpayload: Remove redundant 8250 MMIO32 UART driver)
Change-Id: I2775c3676d5f458a4c31fe0c1d571bc2b9221a5c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12653
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'payloads/libpayload/configs/config.purin')
-rw-r--r-- | payloads/libpayload/configs/config.purin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/payloads/libpayload/configs/config.purin b/payloads/libpayload/configs/config.purin index 74856a66cb..adb93b161b 100644 --- a/payloads/libpayload/configs/config.purin +++ b/payloads/libpayload/configs/config.purin @@ -30,6 +30,7 @@ CONFIG_LP_LIBC=y # CONFIG_LP_CURSES is not set CONFIG_LP_CBFS=y CONFIG_LP_LZMA=y +CONFIG_LP_LZ4=y # # Console Options @@ -37,11 +38,11 @@ CONFIG_LP_LZMA=y CONFIG_LP_SKIP_CONSOLE_INIT=y CONFIG_LP_CBMEM_CONSOLE=y CONFIG_LP_SERIAL_CONSOLE=y -# CONFIG_LP_8250_SERIAL_CONSOLE is not set +CONFIG_LP_8250_SERIAL_CONSOLE=y # CONFIG_LP_S5P_SERIAL_CONSOLE is not set -CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE=y # CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set # CONFIG_LP_BG4CD_SERIAL_CONSOLE is not set +# CONFIG_LP_PL011_SERIAL_CONSOLE is not set # CONFIG_LP_SERIAL_SET_SPEED is not set # CONFIG_LP_SERIAL_ACS_FALLBACK is not set # CONFIG_LP_VIDEO_CONSOLE is not set |