Remove some more warnings. The code is only used by functions protected by the
same preprocessor check Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5517 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c8873ce2a0
commit
2eac9d496d
|
@ -152,6 +152,7 @@ static u32 get_DctSelBaseAddr(u32 i)
|
|||
return sel_m;
|
||||
}
|
||||
|
||||
#if CONFIG_AMDMCT == 0
|
||||
#ifdef UNUSED_CODE
|
||||
static void set_DctSelHiEn(u32 i, u32 val)
|
||||
{
|
||||
|
@ -219,8 +220,6 @@ static u32 get_DctSelBaseOffset(u32 i)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_AMDMCT == 0
|
||||
|
||||
static u32 get_one_DCT(struct mem_info *meminfo)
|
||||
{
|
||||
u32 one_DCT = 1;
|
||||
|
|
Loading…
Reference in New Issue