diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-06-16 17:09:27 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-18 21:17:21 +0200 |
commit | 401b8accf8fdade02f40f528812ac081c7a0f432 (patch) | |
tree | 16b88f9e1758fd45e621e2918aa185f59152c267 /src/mainboard/amd/union_station | |
parent | dfc0c13b1ae1027743e80126855c615c72ffb609 (diff) | |
download | coreboot-401b8accf8fdade02f40f528812ac081c7a0f432.tar.xz |
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>
Diffstat (limited to 'src/mainboard/amd/union_station')
-rw-r--r-- | src/mainboard/amd/union_station/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig index 3e4d87506f..89554350f9 100644 --- a/src/mainboard/amd/union_station/Kconfig +++ b/src/mainboard/amd/union_station/Kconfig @@ -68,10 +68,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y |