diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-01 17:22:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-01 17:22:17 +0000 |
commit | c9ce895199653555c2e5610a824c9de43494e66d (patch) | |
tree | 899688ae733545408f0427098efa05d2d2c14a2f /src/mainboard/via/pc2500e | |
parent | f97654833adc12d9ebcceff633755e2dc9939158 (diff) | |
download | coreboot-c9ce895199653555c2e5610a824c9de43494e66d.tar.xz |
make early_mtrr_init() invisible for cache as ram targets as it breaks them.
Fix up converted mainboards that still used early_mtrr_init()
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5678 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/pc2500e')
-rw-r--r-- | src/mainboard/via/pc2500e/romstage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/via/pc2500e/romstage.c b/src/mainboard/via/pc2500e/romstage.c index 32a853cdb3..90913e1710 100644 --- a/src/mainboard/via/pc2500e/romstage.c +++ b/src/mainboard/via/pc2500e/romstage.c @@ -67,9 +67,6 @@ void main(unsigned long bist) enable_smbus(); smbus_fixup(&ctrl); - if (bist == 0) - early_mtrr_init(); - /* Halt if there was a built-in self test failure. */ report_bist_failure(bist); |