aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/mchbar_regs.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-02 23:50:43 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-05-21 18:28:35 +0000
commit38d901e88dcb6e8f20af3c66c69978732c2b71f1 (patch)
treec98e37cb434589766d99d7f59d8d7b28fea7121c /src/northbridge/intel/sandybridge/mchbar_regs.h
parentd5b780c5b1a7f6d7f12d3305dcfd36413a429c39 (diff)
nb/intel/sandybridge: Drop unused parameters
We now use a static variable to handle the sequence length. Tested on Asus P8Z77-V LX2, still boots. Change-Id: Id3115c14336ea128264bd3945a99c52b9796d115 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/sandybridge/mchbar_regs.h')
-rw-r--r--src/northbridge/intel/sandybridge/mchbar_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/mchbar_regs.h b/src/northbridge/intel/sandybridge/mchbar_regs.h
index 0edfd5354a..742c499433 100644
--- a/src/northbridge/intel/sandybridge/mchbar_regs.h
+++ b/src/northbridge/intel/sandybridge/mchbar_regs.h
@@ -243,7 +243,7 @@
.lfsr_xors = xors, \
}, \
}; \
- iosav_write_ssq(ch, n, &ssq); \
+ iosav_write_ssq(ch, &ssq); \
} while (0)
/* Indexed register helper macros */