diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2010-08-01 17:20:20 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-01 17:20:20 +0000 |
commit | f97654833adc12d9ebcceff633755e2dc9939158 (patch) | |
tree | b6c0daf8c883acafb28a1f2b67f228e953f070b4 /src/mainboard/jetway/j7f24 | |
parent | bc0f7a68df9c07518eb34ef4549a2f704ededcdd (diff) |
Clarify a comment on an old hack, remove the call to early_mtrr_init
that causes CAR to hang, provide more debugging output wrt memory size,
and correct the numbering on the ram init sequence.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5677 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/jetway/j7f24')
-rw-r--r-- | src/mainboard/jetway/j7f24/romstage.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/jetway/j7f24/romstage.c b/src/mainboard/jetway/j7f24/romstage.c index 42ed915472..f2f42320b1 100644 --- a/src/mainboard/jetway/j7f24/romstage.c +++ b/src/mainboard/jetway/j7f24/romstage.c @@ -99,11 +99,6 @@ void main(unsigned long bist) enable_smbus(); smbus_fixup(&ctrl); - if (bist == 0) { - print_debug("doing early_mtrr\n"); - early_mtrr_init(); - } - /* Halt if there was a built-in self test failure. */ report_bist_failure(bist); |