From 57938f86991548c2efa62cb0fabd30f8090847b3 Mon Sep 17 00:00:00 2001 From: Alan Green Date: Thu, 27 Jun 2019 15:06:43 +1000 Subject: flashchips.c: ATMEL->Atmel for consistency Replace the single instance where a vendor name was spelled inconsistently. Signed-off-by: Alan Green Change-Id: I6478bc29f640f789f3b35e7b4816133f4a0d292e Reviewed-on: https://review.coreboot.org/c/flashrom/+/33829 Reviewed-by: Edward O'Callaghan Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index f7ee82954..8bbf15b19 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2325,7 +2325,7 @@ const struct flashchip flashchips[] = { }, { - .vendor = "ATMEL", + .vendor = "Atmel", .name = "AT25SL128A", .bustype = BUS_SPI, .manufacture_id = ATMEL_ID, -- cgit v1.2.3