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

ron minnich rminnich at gmail.com
Sat Mar 8 00:10:27 CET 2008


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.

thanks

ron




More information about the coreboot mailing list