diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/fsp_model_406dx/bootblock.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/intel/fsp_model_406dx/bootblock.c b/src/cpu/intel/fsp_model_406dx/bootblock.c index edbbe1b362..99a27a74af 100644 --- a/src/cpu/intel/fsp_model_406dx/bootblock.c +++ b/src/cpu/intel/fsp_model_406dx/bootblock.c @@ -45,10 +45,6 @@ static void check_for_warm_reset(void) static void set_var_mtrr(int reg, uint32_t base, uint32_t size, int type) { -#ifndef CONFIG_CPU_ADDR_BITS -#error "CONFIG_CPU_ADDR_BITS must be set." -#endif - /* Bit Bit 32-35 of MTRRphysMask should be set to 1 */ msr_t basem, maskm; basem.lo = base | type; |