Re: [U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > This is not used and MTRRs are set up elsewhere now. Drop it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/ivybridge/model_206ax.c | 10 -- > 1 file changed, 10 deletions(-) >

[U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code

2016-01-17 Thread Simon Glass
This is not used and MTRRs are set up elsewhere now. Drop it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/ivybridge/model_206ax.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/x86/cpu/ivybridge/model_206ax.c b/arch/x86/cpu/ivybr