mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 08:23:42 +02:00
flashchips.c: Make whitespace consistent
For consistency, and to make the file amenable to manipulation by tools, use only tabs when indenting. Some previous changes had introduced spaces for indenting. Also ensure that every table entry is separated by a single blank line. Signed-off-by: Alan Green <avg@google.com> Change-Id: Ib2193798cc52641d6c443f8851903c749b31cb74 Reviewed-on: https://review.coreboot.org/c/flashrom/+/33828 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f75d8c5587
commit
fa3fcd3ab3
@ -11037,6 +11037,7 @@ const struct flashchip flashchips[] = {
|
||||
.read = spi_chip_read, /* Fast read (0x0B), dual I/O supported */
|
||||
.voltage = {2700, 3600},
|
||||
},
|
||||
|
||||
{
|
||||
.vendor = "PMC",
|
||||
.name = "Pm25LD512(C)",
|
||||
@ -13617,6 +13618,7 @@ const struct flashchip flashchips[] = {
|
||||
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
|
||||
.voltage = {2700, 3600},
|
||||
},
|
||||
|
||||
{
|
||||
.vendor = "SST",
|
||||
.name = "SST26VF032B(A)",
|
||||
@ -13655,7 +13657,6 @@ const struct flashchip flashchips[] = {
|
||||
.voltage = {2700, 3600},
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
.vendor = "SST",
|
||||
.name = "SST26VF064B(A)",
|
||||
@ -14789,6 +14790,7 @@ const struct flashchip flashchips[] = {
|
||||
.read = read_memmapped,
|
||||
.voltage = {4500, 5500},
|
||||
},
|
||||
|
||||
{
|
||||
/* FIXME: this has WORD/BYTE sequences; 2AA for word, 555 for byte */
|
||||
.vendor = "ST",
|
||||
@ -16527,6 +16529,7 @@ const struct flashchip flashchips[] = {
|
||||
.read = spi_chip_read, /* Fast read (0x0B) supported */
|
||||
.voltage = {2700, 3600},
|
||||
},
|
||||
|
||||
{
|
||||
.vendor = "Winbond",
|
||||
.name = "W29C512A/W29EE512",
|
||||
|
Loading…
x
Reference in New Issue
Block a user