mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -3068,7 +3068,7 @@ const struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.printlock = printlock_at49f,
|
||||
.write = write_jedec_1,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
.voltage = {4500, 5500},
|
||||
},
|
||||
@ -13833,7 +13833,7 @@ const struct flashchip flashchips[] = {
|
||||
.name = "SST49LF080A",
|
||||
.bustype = BUS_LPC, /* A/A Mux */
|
||||
.manufacture_id = SST_ID,
|
||||
.model_id = SST_SST49LF080A,
|
||||
.model_id = SST_SST49LF080A,
|
||||
.total_size = 1024,
|
||||
.page_size = 4096,
|
||||
.feature_bits = FEATURE_EITHER_RESET,
|
||||
|
Reference in New Issue
Block a user