x86: coreboot: Don't setup MTRR when booting from coreboot
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:34 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commit70f5c99d607d8687d4e537c388af82bb194f2ef9
tree7a33d911d02afd6f81b66cbac91ef18ed901b3cc
parent9087e468c7f8a8bc6fb6b4511ba35539752ca33b
x86: coreboot: Don't setup MTRR when booting from coreboot

This currently hangs and it is not necessary in any case. Drop the code
when booting from coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/init_helpers.c