remove traces of coherent_ht_mainboard
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
88be4dd782
commit
7500a7a4a7
|
@ -98,11 +98,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
||||||
return smbus_read_byte(device, 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/raminit.c"
|
||||||
#include "northbridge/amd/amdk8/coherent_ht.c"
|
#include "northbridge/amd/amdk8/coherent_ht.c"
|
||||||
#include "sdram/generic_sdram.c"
|
#include "sdram/generic_sdram.c"
|
||||||
|
|
|
@ -98,11 +98,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
||||||
return smbus_read_byte(device, 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/raminit.c"
|
||||||
#include "northbridge/amd/amdk8/coherent_ht.c"
|
#include "northbridge/amd/amdk8/coherent_ht.c"
|
||||||
#include "sdram/generic_sdram.c"
|
#include "sdram/generic_sdram.c"
|
||||||
|
|
|
@ -137,11 +137,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
||||||
#include "fakespd.c"
|
#include "fakespd.c"
|
||||||
#endif
|
#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/raminit.c"
|
||||||
|
|
||||||
#include "northbridge/amd/amdk8/coherent_ht.c"
|
#include "northbridge/amd/amdk8/coherent_ht.c"
|
||||||
|
|
Loading…
Reference in New Issue