Re: [U-Boot] [PATCH 30/40] x86: Don't set up MTRRs in SPL

2019-02-21 Thread Bin Meng
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass wrote: > > The MTRRs are normally set up in U-Boot proper, so avoid setting them up > in SPL as well. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/init_helpers.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Bin

[U-Boot] [PATCH 30/40] x86: Don't set up MTRRs in SPL

2019-01-29 Thread Simon Glass
The MTRRs are normally set up in U-Boot proper, so avoid setting them up in SPL as well. Signed-off-by: Simon Glass --- arch/x86/lib/init_helpers.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/x86/lib/init_helpers.c b/arch/x86/lib/init_helpers.c index