aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/raminit.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-12-29 13:34:30 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-12 22:16:42 +0000
commit33ab29fd7c3b73f24186afcced08c163f27b1bcb (patch)
tree9f38335c380127564aec258f7f55e5ae0ead4169 /src/northbridge/intel/nehalem/raminit.c
parent4c7eee27447e1a41808a11be8ce55031e97fdccf (diff)
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>
Diffstat (limited to 'src/northbridge/intel/nehalem/raminit.c')
-rw-r--r--src/northbridge/intel/nehalem/raminit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index 5a1b26ea92..c730b5ef5f 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -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,