x86: ivybridge: Drop the dead MTRR code

This is not used and MTRRs are set up elsewhere now. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass 2016-01-17 16:11:26 -07:00 committed by Bin Meng
parent 709b1902d2
commit d173185d73
1 changed files with 0 additions and 10 deletions

View File

@ -412,16 +412,6 @@ static int model_206ax_init(struct udevice *dev)
set_ehci_debug(0);
#endif
/* Setup MTRRs based on physical address size */
#if 0 /* TODO: Implement this */
struct cpuid_result cpuid_regs;
cpuid_regs = cpuid(0x80000008);
x86_setup_fixed_mtrrs();
x86_setup_var_mtrrs(cpuid_regs.eax & 0xff, 2);
x86_mtrr_check();
#endif
#if CONFIG_USBDEBUG
set_ehci_debug(ehci_debug_addr);
#endif