mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 08:23:42 +02:00
flashchips.c: ATMEL->Atmel for consistency
Replace the single instance where a vendor name was spelled inconsistently. Signed-off-by: Alan Green <avg@google.com> Change-Id: I6478bc29f640f789f3b35e7b4816133f4a0d292e Reviewed-on: https://review.coreboot.org/c/flashrom/+/33829 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fa3fcd3ab3
commit
57938f8699
@ -2325,7 +2325,7 @@ const struct flashchip flashchips[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
.vendor = "ATMEL",
|
.vendor = "Atmel",
|
||||||
.name = "AT25SL128A",
|
.name = "AT25SL128A",
|
||||||
.bustype = BUS_SPI,
|
.bustype = BUS_SPI,
|
||||||
.manufacture_id = ATMEL_ID,
|
.manufacture_id = ATMEL_ID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user