nb/intel/nehalem: Remove CAR_GLOBAL use
We have NO_CAR_GLOBAL_MIGRATION now. Change-Id: I077f235029e3fe3b1368f028981985895d8b766b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/30505 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4c7eee2744
commit
33ab29fd7c
2 changed files with 1 additions and 3 deletions
|
@ -33,7 +33,6 @@
|
|||
#include <arch/acpi.h>
|
||||
|
||||
#include "dock.h"
|
||||
#include <arch/early_variables.h>
|
||||
#include <southbridge/intel/ibexpeak/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <northbridge/intel/nehalem/nehalem.h>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <cpu/intel/speedstep.h>
|
||||
#include <cpu/intel/turbo.h>
|
||||
#include <mrc_cache.h>
|
||||
#include <arch/early_variables.h>
|
||||
|
||||
#include "nehalem.h"
|
||||
|
||||
|
@ -225,7 +224,7 @@ struct raminfo {
|
|||
};
|
||||
|
||||
/* Global allocation of timings_car */
|
||||
timing_bounds_t timings_car[64] CAR_GLOBAL;
|
||||
timing_bounds_t timings_car[64];
|
||||
|
||||
static void
|
||||
write_500(struct raminfo *info, int channel, u32 val, u16 addr, int bits,
|
||||
|
|
Loading…
Reference in a new issue