lib/spd_bin: Fix grammar mistake in a comment
Change-Id: I0a9ec0f9605282cbf4fd0ac05070278a3331b6fa Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39361 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
69dd524993
commit
fd2d4730c6
|
@ -55,7 +55,7 @@ static int spd_get_banks(const uint8_t spd[], int dram_type)
|
||||||
static const int ddr4_banks[10] = { 4, 8, -1, -1, 8, 16, -1, -1, 16, 32 };
|
static const int ddr4_banks[10] = { 4, 8, -1, -1, 8, 16, -1, -1, 16, 32 };
|
||||||
int index = (spd[SPD_DENSITY_BANKS] >> 4) & 0xf;
|
int index = (spd[SPD_DENSITY_BANKS] >> 4) & 0xf;
|
||||||
switch (dram_type) {
|
switch (dram_type) {
|
||||||
/* DDR3 and LPDDR3 has the same bank definition */
|
/* DDR3 and LPDDR3 have the same bank definition */
|
||||||
case SPD_DRAM_DDR3:
|
case SPD_DRAM_DDR3:
|
||||||
case SPD_DRAM_LPDDR3_INTEL:
|
case SPD_DRAM_LPDDR3_INTEL:
|
||||||
case SPD_DRAM_LPDDR3_JEDEC:
|
case SPD_DRAM_LPDDR3_JEDEC:
|
||||||
|
|
Loading…
Reference in New Issue