diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:39:39 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 19:23:39 +0100 |
commit | f01291dd64175b0c03a218f5ee4ad306ad779183 (patch) | |
tree | a694be5b8afd3a95a514d0c9c9eafd7807c67892 /src/mainboard/sunw | |
parent | 472efa604158c193bdcd8f357ca52c41eca53ca5 (diff) |
nvidia/ck804: Move HAVE_HARD_RESET to southbridge
No in-tree ck804-using board has it not selected, so move
selection from boards to southbridge.
Change-Id: I3064b406cfd5ad18067c597bd5b5866a720f7e87
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/657
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r-- | src/mainboard/sunw/ultra40/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sunw/ultra40/Kconfig b/src/mainboard/sunw/ultra40/Kconfig index 81a6608208..6a02a823bf 100644 --- a/src/mainboard/sunw/ultra40/Kconfig +++ b/src/mainboard/sunw/ultra40/Kconfig @@ -12,7 +12,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select HAVE_HARD_RESET select BOARD_ROMSIZE_KB_1024 select CK804_USE_NIC select CK804_USE_ACI |