diff options
author | Alan Green <avg@google.com> | 2019-06-27 15:06:43 +1000 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-07-02 09:46:38 +0000 |
commit | 57938f86991548c2efa62cb0fabd30f8090847b3 (patch) | |
tree | c93fc8e290c4d3a80ce0b2dd1bbda2bd770422a0 /flashchips.c | |
parent | fa3fcd3ab353deb959130ee82f72f845f0fd8209 (diff) | |
download | flashrom-57938f86991548c2efa62cb0fabd30f8090847b3.tar.gz flashrom-57938f86991548c2efa62cb0fabd30f8090847b3.tar.bz2 flashrom-57938f86991548c2efa62cb0fabd30f8090847b3.zip |
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>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |