Return the count of failures from ram_check.
Will be necessary for DBE61 automatic memory size selection. Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1014 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
99e68b9345
commit
6cc92990ce
2 changed files with 8 additions and 4 deletions
|
|
@ -50,6 +50,6 @@ void beep_short(void);
|
|||
void beep_long(void);
|
||||
|
||||
/* Optional ramtest. */
|
||||
void ram_check(unsigned long start, unsigned long stop);
|
||||
int ram_check(unsigned long start, unsigned long stop);
|
||||
|
||||
#endif /* LIB_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue