Author: stepan Date: Mon Sep 27 23:28:21 2010 New Revision: 5873 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5873
Log: I missed these boards in a previous commit. Signed-off-by: Warren Turkal <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/amd/rumba/Kconfig trunk/src/mainboard/lippert/frontrunner/Kconfig Modified: trunk/src/mainboard/amd/rumba/Kconfig ============================================================================== --- trunk/src/mainboard/amd/rumba/Kconfig Mon Sep 27 23:26:46 2010 (r5872) +++ trunk/src/mainboard/amd/rumba/Kconfig Mon Sep 27 23:28:21 2010 (r5873) @@ -25,7 +25,6 @@ select NORTHBRIDGE_AMD_GX2 select SOUTHBRIDGE_AMD_CS5536 select UDELAY_TSC - select CACHE_AS_RAM select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 Modified: trunk/src/mainboard/lippert/frontrunner/Kconfig ============================================================================== --- trunk/src/mainboard/lippert/frontrunner/Kconfig Mon Sep 27 23:26:46 2010 (r5872) +++ trunk/src/mainboard/lippert/frontrunner/Kconfig Mon Sep 27 23:28:21 2010 (r5873) @@ -7,7 +7,6 @@ select NORTHBRIDGE_AMD_GX2 select SOUTHBRIDGE_AMD_CS5535 select UDELAY_TSC - select CACHE_AS_RAM select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

