repository service wrote:
+++ trunk/src/lib/ramtest.c Sun Mar 28 23:31:30 2010 (r5309)
..
+void quick_ram_check(void)
Great!
+++ trunk/src/mainboard/kontron/986lcd-m/romstage.c Sun Mar 28 23:31:30 2010 (r5309)
..
- quick_ram_check();
Maybe not so great. Rather than adding this function call to each and every romstage, could we figure out a way to keep it centrally instead? Maybe controlled by an NVRAM option?
//Peter