From 33ab29fd7c3b73f24186afcced08c163f27b1bcb Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 29 Dec 2018 13:34:30 +0100 Subject: nb/intel/nehalem: Remove CAR_GLOBAL use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have NO_CAR_GLOBAL_MIGRATION now. Change-Id: I077f235029e3fe3b1368f028981985895d8b766b Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/30505 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/northbridge/intel/nehalem/raminit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/northbridge/intel/nehalem/raminit.c') 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 #include #include -#include #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, -- cgit v1.2.3