Author: oxygene Date: Fri Oct 1 13:34:05 2010 New Revision: 5896 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5896
Log: ICS951462_ADDRESS defined but _never_ used. Drop it.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Modified: trunk/src/mainboard/amd/dbm690t/romstage.c trunk/src/mainboard/amd/mahogany/romstage.c trunk/src/mainboard/asrock/939a785gmh/romstage.c trunk/src/mainboard/kontron/kt690/romstage.c trunk/src/mainboard/technexion/tim5690/romstage.c trunk/src/mainboard/technexion/tim8690/romstage.c
Modified: trunk/src/mainboard/amd/dbm690t/romstage.c ============================================================================== --- trunk/src/mainboard/amd/dbm690t/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/amd/dbm690t/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -30,7 +30,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>
Modified: trunk/src/mainboard/amd/mahogany/romstage.c ============================================================================== --- trunk/src/mainboard/amd/mahogany/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/amd/mahogany/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -30,7 +30,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>
Modified: trunk/src/mainboard/asrock/939a785gmh/romstage.c ============================================================================== --- trunk/src/mainboard/asrock/939a785gmh/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/asrock/939a785gmh/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -31,7 +31,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>
Modified: trunk/src/mainboard/kontron/kt690/romstage.c ============================================================================== --- trunk/src/mainboard/kontron/kt690/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/kontron/kt690/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -31,7 +31,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>
Modified: trunk/src/mainboard/technexion/tim5690/romstage.c ============================================================================== --- trunk/src/mainboard/technexion/tim5690/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/technexion/tim5690/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -30,7 +30,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>
Modified: trunk/src/mainboard/technexion/tim8690/romstage.c ============================================================================== --- trunk/src/mainboard/technexion/tim8690/romstage.c Fri Oct 1 12:02:33 2010 (r5895) +++ trunk/src/mainboard/technexion/tim8690/romstage.c Fri Oct 1 13:34:05 2010 (r5896) @@ -30,7 +30,6 @@ #define DIMM0 0x50 #define DIMM1 0x51
-#define ICS951462_ADDRESS 0x69 #define SMBUS_HUB 0x71
#include <stdint.h>