From 71e4545e5aeeccae016ef71fe6306a49116b766a Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 11 Dec 2020 14:40:03 +0100 Subject: nb/intel/ironlake: Remove unused constant Change-Id: I0a32295e72270cde2e9bd2f8f00358b47ffd3e33 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/48562 Reviewed-by: Christian Walter Tested-by: build bot (Jenkins) --- src/northbridge/intel/ironlake/raminit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/intel/ironlake') diff --git a/src/northbridge/intel/ironlake/raminit.c b/src/northbridge/intel/ironlake/raminit.c index 05323f1ca4..ecf8ef8576 100644 --- a/src/northbridge/intel/ironlake/raminit.c +++ b/src/northbridge/intel/ironlake/raminit.c @@ -330,8 +330,6 @@ static u32 get_580(int channel, u8 addr) return ret; } -const int cached_config = 0; - #define NUM_CHANNELS 2 #define NUM_SLOTS 2 #define NUM_RANKS 2 -- cgit v1.2.3