]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit72862f7cadacad019cda23943635e61d6a26defb
tree7a33d911d02afd6f81b66cbac91ef18ed901b3cc
parent02026e111cfba62944237d212f2a101d0187f9a5
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