diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-18 15:01:26 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-24 06:41:16 +0100 |
commit | 18969965891aabbfefde8094b7bbb69dd58cbf51 (patch) | |
tree | 2843d026b292842fa87996c0cc063592330ce393 /src/mainboard/amd | |
parent | eb73a218824e6646c4a75248a3862994e386919c (diff) |
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>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/dinar/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/Kconfig | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/amd/dinar/Kconfig b/src/mainboard/amd/dinar/Kconfig index a8093fb4bc..ef5fbdf67a 100644 --- a/src/mainboard/amd/dinar/Kconfig +++ b/src/mainboard/amd/dinar/Kconfig @@ -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 diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig index 9f9106f4a7..5492e79dac 100644 --- a/src/mainboard/amd/torpedo/Kconfig +++ b/src/mainboard/amd/torpedo/Kconfig @@ -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 |