diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-28 21:31:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-28 21:31:30 +0000 |
commit | e0d607a4c5838628822904e75bdb3cd69ffa3220 (patch) | |
tree | b0744985fec4250ec5a801ce6a7aa5e101050430 /src/mainboard/kontron | |
parent | bcd31fff4213345c3447f0ffffec7331dfed8c3e (diff) | |
download | coreboot-e0d607a4c5838628822904e75bdb3cd69ffa3220.tar.xz |
Add a non-time consuming version of ram check so we can print a decent error
rather than looping on non-working ram.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5309 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/romstage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c index 939862a3ee..f5e9f6e55c 100644 --- a/src/mainboard/kontron/986lcd-m/romstage.c +++ b/src/mainboard/kontron/986lcd-m/romstage.c @@ -455,6 +455,8 @@ void real_main(unsigned long bist) #endif #endif + quick_ram_check(); + MCHBAR16(SSKPD) = 0xCAFE; #if CONFIG_HAVE_ACPI_RESUME |