[coreboot] [PATCH] Make RAM check configurable via Kconfig

Stefan Reinauer stepan at coresystems.de
Sun Mar 16 23:16:19 CET 2008


ron minnich wrote:
> So, I am curious.
>
> I see this:
> 	ram_check(0, 640 * 1024);
>
> in a file. Could I be forgiven in thinking that a ram check might be
> done? I realize this is the "linux style" but I have never
> particularly liked it.
>
> What is wrong with
> #ifdef RAMTEST
> 	ram_check(0, 640 * 1024);
> #endif
>
> What do people prefer? Maybe I am just out of touch.
>   


This ram test is nothing that a user should ever see. it is left over
development code.





More information about the coreboot mailing list