diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-15 22:02:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-24 11:41:56 +0000 |
commit | a65ff854cd0543dc387804c5601a6d98cb37cf76 (patch) | |
tree | 22678b5976bd93340487741e4f03fbfa6ee09498 /src/northbridge | |
parent | 266819104f74d3c62bb60781701f56333859b2cb (diff) |
nb/intel/ironlake: Remove unnecessary declaration
Change-Id: I14c5671dfc611209e28f25f38b4e82d11aef88ab
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49580
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/ironlake/raminit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/ironlake/raminit.c b/src/northbridge/intel/ironlake/raminit.c index b9835beb16..cfc037d722 100644 --- a/src/northbridge/intel/ironlake/raminit.c +++ b/src/northbridge/intel/ironlake/raminit.c @@ -219,10 +219,6 @@ struct raminfo { /* Global allocation of timings_car */ timing_bounds_t timings_car[64]; -static void -write_500(struct raminfo *info, int channel, u32 val, u16 addr, int bits, - int flag); - /* OK */ static u16 read_500(struct raminfo *info, int channel, u16 addr, int split) |