diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-12-11 14:40:03 +0100 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-12-14 08:24:04 +0000 |
commit | 71e4545e5aeeccae016ef71fe6306a49116b766a (patch) | |
tree | 41173d26b7ab59b6c761e3a25144313101c49630 /src/northbridge | |
parent | 8ead1dc8752b4cc7979792295940d973714394ac (diff) |
nb/intel/ironlake: Remove unused constant
Change-Id: I0a32295e72270cde2e9bd2f8f00358b47ffd3e33
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48562
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/ironlake/raminit.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |