mainboard/amd,lippert: Drop SIO_PORT from Kconfig
CONFIG_SIO_PORT is not used anywhere and should not be here any way. Change-Id: I39eb2d668f1da9f89b7ff6eb219af1a48cb29232 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6044 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
dfc0c13b1a
commit
401b8accf8
|
@ -69,10 +69,6 @@ config RAMBASE
|
|||
hex
|
||||
default 0x200000
|
||||
|
||||
config SIO_PORT
|
||||
hex
|
||||
default 0x4e
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -69,10 +69,6 @@ config RAMBASE
|
|||
hex
|
||||
default 0x200000
|
||||
|
||||
config SIO_PORT
|
||||
hex
|
||||
default 0x4e
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -68,10 +68,6 @@ config RAMBASE
|
|||
hex
|
||||
default 0x200000
|
||||
|
||||
config SIO_PORT
|
||||
hex
|
||||
default 0x4e
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -71,10 +71,6 @@ config RAMBASE
|
|||
hex
|
||||
default 0x200000
|
||||
|
||||
config SIO_PORT
|
||||
hex
|
||||
default 0x4e
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -73,10 +73,6 @@ config RAMBASE
|
|||
hex
|
||||
default 0x200000
|
||||
|
||||
config SIO_PORT
|
||||
hex
|
||||
default 0x4e
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
Loading…
Reference in New Issue