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:
parent
eb73a21882
commit
1896996589
|
@ -105,11 +105,6 @@ config XHC_BIOS_ID
|
|||
depends on XHC_BIOS
|
||||
default "1022,7812"
|
||||
|
||||
config CONSOLE_POST
|
||||
bool
|
||||
depends on !NO_POST
|
||||
default n
|
||||
|
||||
config SATA_CONTROLLER_MODE
|
||||
hex
|
||||
default 0x0
|
||||
|
|
|
@ -117,11 +117,6 @@ config DRIVERS_PS2_KEYBOARD
|
|||
bool
|
||||
default y
|
||||
|
||||
config CONSOLE_POST
|
||||
bool
|
||||
depends on !NO_POST
|
||||
default y
|
||||
|
||||
config SATA_CONTROLLER_MODE
|
||||
hex
|
||||
default 0x0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -71,10 +71,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
|
||||
|
|
|
@ -68,10 +68,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
|
||||
|
|
Loading…
Reference in New Issue