[coreboot] [commit] r6094 - in trunk/src/mainboard: asus/a8v-e_deluxe asus/a8v-e_se msi/ms9282 msi/ms9652_fam10

repository service svn at coreboot.org
Thu Nov 18 20:40:33 CET 2010


Author: uwe
Date: Thu Nov 18 20:40:33 2010
New Revision: 6094
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6094

Log:
Drop unused and incorrect RTC_DEV for Winbond W83627EHG.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/mainboard/asus/a8v-e_deluxe/romstage.c
   trunk/src/mainboard/asus/a8v-e_se/romstage.c
   trunk/src/mainboard/msi/ms9282/romstage.c
   trunk/src/mainboard/msi/ms9652_fam10/romstage.c

Modified: trunk/src/mainboard/asus/a8v-e_deluxe/romstage.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_deluxe/romstage.c	Thu Nov 18 19:12:09 2010	(r6093)
+++ trunk/src/mainboard/asus/a8v-e_deluxe/romstage.c	Thu Nov 18 20:40:33 2010	(r6094)
@@ -50,7 +50,6 @@
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
 #define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED)
 #define ACPI_DEV PNP_DEV(0x2e, W83627EHG_ACPI)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 static void memreset(int controllers, const struct mem_controller *ctrl)
 {

Modified: trunk/src/mainboard/asus/a8v-e_se/romstage.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/romstage.c	Thu Nov 18 19:12:09 2010	(r6093)
+++ trunk/src/mainboard/asus/a8v-e_se/romstage.c	Thu Nov 18 20:40:33 2010	(r6094)
@@ -50,7 +50,6 @@
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
 #define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED)
 #define ACPI_DEV PNP_DEV(0x2e, W83627EHG_ACPI)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 static void memreset(int controllers, const struct mem_controller *ctrl)
 {

Modified: trunk/src/mainboard/msi/ms9282/romstage.c
==============================================================================
--- trunk/src/mainboard/msi/ms9282/romstage.c	Thu Nov 18 19:12:09 2010	(r6093)
+++ trunk/src/mainboard/msi/ms9282/romstage.c	Thu Nov 18 20:40:33 2010	(r6094)
@@ -49,7 +49,6 @@
 #include "northbridge/amd/amdk8/setup_resource_map.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 #include <device/pci_ids.h>
 #include "southbridge/nvidia/mcp55/mcp55_early_ctrl.c"

Modified: trunk/src/mainboard/msi/ms9652_fam10/romstage.c
==============================================================================
--- trunk/src/mainboard/msi/ms9652_fam10/romstage.c	Thu Nov 18 19:12:09 2010	(r6093)
+++ trunk/src/mainboard/msi/ms9652_fam10/romstage.c	Thu Nov 18 20:40:33 2010	(r6094)
@@ -55,7 +55,6 @@
 #include "northbridge/amd/amdfam10/setup_resource_map.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 #include "southbridge/nvidia/mcp55/mcp55_early_ctrl.c"
 




More information about the coreboot mailing list