drop some unused files and fix warnings on i945 based systems.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5267 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
c02b4fc9db
commit
53b0ea4bf2
@@ -199,6 +199,8 @@ static int sdram_capabilities_two_dimms_per_channel(void)
|
||||
return (reg8 != 0);
|
||||
}
|
||||
|
||||
// TODO check if we ever need this function
|
||||
#if 0
|
||||
static int sdram_capabilities_MEM4G_disable(void)
|
||||
{
|
||||
u8 reg8;
|
||||
@@ -208,6 +210,7 @@ static int sdram_capabilities_MEM4G_disable(void)
|
||||
|
||||
return (reg8 != 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
#define GFX_FREQUENCY_CAP_166MHZ 0x04
|
||||
#define GFX_FREQUENCY_CAP_200MHZ 0x03
|
||||
|
Reference in New Issue
Block a user