Arthur Heymans has uploaded this change for review.
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>
---
M src/northbridge/intel/nehalem/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/30505/1
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index 54ef278..3af88bb 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -225,7 +225,7 @@
};
/* 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,
To view, visit change 30505. To unsubscribe, or for help writing mail filters, visit settings.