diff options
author | Warren Turkal <wt@penguintechs.org> | 2010-09-26 15:20:56 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-26 15:20:56 +0000 |
commit | 09f51827d5a3e8b45d222bdcad83feebc8a4e9c4 (patch) | |
tree | 8c77a16656de1f9fcbbd02567dcf9ad17a66d31b /src/mainboard/ibase/mb899 | |
parent | ef077f2394c11c924644b4697e772eb8cf0e7c73 (diff) | |
download | coreboot-09f51827d5a3e8b45d222bdcad83feebc8a4e9c4.tar.xz |
Remove hard reset config from some mainboard configs
Most of the mainboards with i82801gx SBs seem to use the
HAVE_HARD_RESET, which is already selected in the i82801gx SB config.
Removing it from some of those boards should be a functional no-op.
Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5855 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/ibase/mb899')
-rw-r--r-- | src/mainboard/ibase/mb899/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/Kconfig b/src/mainboard/ibase/mb899/Kconfig index ef910f6646..e340d52ee4 100644 --- a/src/mainboard/ibase/mb899/Kconfig +++ b/src/mainboard/ibase/mb899/Kconfig @@ -12,7 +12,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select GENERATE_ACPI_TABLES select GENERATE_PIRQ_TABLE select GENERATE_MP_TABLE - select HAVE_HARD_RESET select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME select MMCONF_SUPPORT |