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:
committed by
Stefan Reinauer
parent
c8873ce2a0
commit
2eac9d496d
@@ -152,6 +152,7 @@ static u32 get_DctSelBaseAddr(u32 i)
|
|||||||
return sel_m;
|
return sel_m;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if CONFIG_AMDMCT == 0
|
||||||
#ifdef UNUSED_CODE
|
#ifdef UNUSED_CODE
|
||||||
static void set_DctSelHiEn(u32 i, u32 val)
|
static void set_DctSelHiEn(u32 i, u32 val)
|
||||||
{
|
{
|
||||||
@@ -219,8 +220,6 @@ static u32 get_DctSelBaseOffset(u32 i)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_AMDMCT == 0
|
|
||||||
|
|
||||||
static u32 get_one_DCT(struct mem_info *meminfo)
|
static u32 get_one_DCT(struct mem_info *meminfo)
|
||||||
{
|
{
|
||||||
u32 one_DCT = 1;
|
u32 one_DCT = 1;
|
||||||
|
Reference in New Issue
Block a user