x86: Don't set up MTRRs in SPL
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:59:06 +0000 (21:59 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:16 +0000 (13:02 +0800)
commit665cb18ea64aabbeb03d27a4c92ddec1baccb87a
tree506e37caae7c31559487676f33e5de4c54874c26
parent9fa31fc51d5f06bb54c2681c91d793f82fcc537e
x86: Don't set up MTRRs in SPL

The MTRRs are normally set up in U-Boot proper, so avoid setting them up
in SPL as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/init_helpers.c