summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2010-08-01 17:20:20 +0000
committerStefan Reinauer <stepan@openbios.org>2010-08-01 17:20:20 +0000
commitf97654833adc12d9ebcceff633755e2dc9939158 (patch)
treeb6c0daf8c883acafb28a1f2b67f228e953f070b4 /src/mainboard
parentbc0f7a68df9c07518eb34ef4549a2f704ededcdd (diff)
downloadcoreboot-f97654833adc12d9ebcceff633755e2dc9939158.tar.xz
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')
-rw-r--r--src/mainboard/jetway/j7f24/romstage.c5
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);