Author: stepan Date: Sun Sep 26 17:23:28 2010 New Revision: 5856 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5856
Log: i82801bx defines the hard reset function, so move the "select" statement to that component rather than the mainboard. The intel/d810e2cb is the only board using the i82801bx southbridge. Signed-off-by: Warren Turkal <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/intel/d810e2cb/Kconfig trunk/src/southbridge/intel/i82801bx/Kconfig Modified: trunk/src/mainboard/intel/d810e2cb/Kconfig ============================================================================== --- trunk/src/mainboard/intel/d810e2cb/Kconfig Sun Sep 26 17:20:56 2010 (r5855) +++ trunk/src/mainboard/intel/d810e2cb/Kconfig Sun Sep 26 17:23:28 2010 (r5856) @@ -26,7 +26,6 @@ select SOUTHBRIDGE_INTEL_I82801BX select SUPERIO_SMSC_SMSCSUPERIO select HAVE_PIRQ_TABLE - select HAVE_HARD_RESET select USE_WATCHDOG_ON_BOOT select UDELAY_TSC select BOARD_ROMSIZE_KB_512 Modified: trunk/src/southbridge/intel/i82801bx/Kconfig ============================================================================== --- trunk/src/southbridge/intel/i82801bx/Kconfig Sun Sep 26 17:20:56 2010 (r5855) +++ trunk/src/southbridge/intel/i82801bx/Kconfig Sun Sep 26 17:23:28 2010 (r5856) @@ -19,4 +19,5 @@ config SOUTHBRIDGE_INTEL_I82801BX bool + select HAVE_HARD_RESET -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

