remove traces of coherent_ht_mainboard
authorStefan Reinauer <stepan@openbios.org>
Thu, 25 Mar 2004 09:49:22 +0000 (09:49 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 25 Mar 2004 09:49:22 +0000 (09:49 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/Iwill/DK8S2/auto.c
src/mainboard/Iwill/DK8X/auto.c
src/mainboard/amd/quartet/auto.c

index 5872c81065029896bd1695c7ec129b2a2ddc763d..6626878668f1704a6cb632bc2c55148d05421db8 100644 (file)
@@ -98,11 +98,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
        return smbus_read_byte(device, address);
 }
 
-/* no specific code here. this should go away completely */
-static void coherent_ht_mainboard(unsigned cpus)
-{
-}
-
 #include "northbridge/amd/amdk8/raminit.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"
 #include "sdram/generic_sdram.c"
index 5872c81065029896bd1695c7ec129b2a2ddc763d..6626878668f1704a6cb632bc2c55148d05421db8 100644 (file)
@@ -98,11 +98,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
        return smbus_read_byte(device, address);
 }
 
-/* no specific code here. this should go away completely */
-static void coherent_ht_mainboard(unsigned cpus)
-{
-}
-
 #include "northbridge/amd/amdk8/raminit.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"
 #include "sdram/generic_sdram.c"
index b5b2e75e1db5f05d7b6c6b28c82722fe6a14b09d..ce6aecc4f6dbc5931428b43594f0da8ed706469b 100644 (file)
@@ -137,11 +137,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 #include "fakespd.c"
 #endif
 
-/* no specific code here. this should go away completely */
-static void coherent_ht_mainboard(unsigned cpus)
-{
-}
-
 #include "northbridge/amd/amdk8/raminit.c"
 
 #include "northbridge/amd/amdk8/coherent_ht.c"