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 <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/8457 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Martin Roth <gaumless@gmail.com>
This commit is contained in:
@@ -105,11 +105,6 @@ config XHC_BIOS_ID
|
|||||||
depends on XHC_BIOS
|
depends on XHC_BIOS
|
||||||
default "1022,7812"
|
default "1022,7812"
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
depends on !NO_POST
|
|
||||||
default n
|
|
||||||
|
|
||||||
config SATA_CONTROLLER_MODE
|
config SATA_CONTROLLER_MODE
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
@@ -117,11 +117,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
depends on !NO_POST
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SATA_CONTROLLER_MODE
|
config SATA_CONTROLLER_MODE
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
@@ -73,10 +73,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ENABLE_FSP_FAST_BOOT
|
config ENABLE_FSP_FAST_BOOT
|
||||||
bool
|
bool
|
||||||
depends on HAVE_FSP_BIN
|
depends on HAVE_FSP_BIN
|
||||||
|
@@ -73,10 +73,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ENABLE_FSP_FAST_BOOT
|
config ENABLE_FSP_FAST_BOOT
|
||||||
bool
|
bool
|
||||||
depends on HAVE_FSP_BIN
|
depends on HAVE_FSP_BIN
|
||||||
|
@@ -71,10 +71,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ENABLE_FSP_FAST_BOOT
|
config ENABLE_FSP_FAST_BOOT
|
||||||
bool
|
bool
|
||||||
depends on HAVE_FSP_BIN
|
depends on HAVE_FSP_BIN
|
||||||
|
@@ -68,10 +68,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CONSOLE_POST
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ENABLE_FSP_FAST_BOOT
|
config ENABLE_FSP_FAST_BOOT
|
||||||
bool
|
bool
|
||||||
depends on HAVE_FSP_BIN
|
depends on HAVE_FSP_BIN
|
||||||
|
Reference in New Issue
Block a user