Trivial: remove unused variable.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c4a0b911d1
commit
bed2f9c2fe
|
@ -94,7 +94,6 @@ static void ram_verify(unsigned long start, unsigned long stop)
|
|||
|
||||
void ram_check(unsigned long start, unsigned long stop)
|
||||
{
|
||||
int result;
|
||||
/*
|
||||
* This is much more of a "Is my DRAM properly configured?"
|
||||
* test than a "Is my DRAM faulty?" test. Not all bits
|
||||
|
|
Loading…
Reference in New Issue