From 18969965891aabbfefde8094b7bbb69dd58cbf51 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 18 Feb 2015 15:01:26 -0600 Subject: mainboard: Do not redefine CONSOLE_POST Kconfig variable This option is already defined in console/Kconfig, and is intended to be controlled by the user. Only six boards in the entire tree redefined it, so remove the definition from those boards. Change-Id: I3a65444f63c93c01d78569a9a7eb01158fb290bd Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/8457 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Martin Roth --- src/mainboard/intel/bayleybay_fsp/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/intel/bayleybay_fsp') diff --git a/src/mainboard/intel/bayleybay_fsp/Kconfig b/src/mainboard/intel/bayleybay_fsp/Kconfig index 14c9e60b3e..b35f75e565 100644 --- a/src/mainboard/intel/bayleybay_fsp/Kconfig +++ b/src/mainboard/intel/bayleybay_fsp/Kconfig @@ -73,10 +73,6 @@ config DRIVERS_PS2_KEYBOARD bool default n -config CONSOLE_POST - bool - default y - config ENABLE_FSP_FAST_BOOT bool depends on HAVE_FSP_BIN -- cgit v1.2.3