mirror of
				https://review.coreboot.org/flashrom.git
				synced 2025-11-04 07:00:39 +01:00 
			
		
		
		
	flashchips.c: Make .tested lines consistent
As per comments on https://review.coreboot.org/c/flashrom/+/33833/, make placement of spaces in .tested attributes with literal definitions consistent. Signed-off-by: Alan Green <avg@google.com> Change-Id: I18118f9f1e858547170fda8412bf6769f5cdcf53 Reviewed-on: https://review.coreboot.org/c/flashrom/+/33998 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
		@@ -2523,7 +2523,7 @@ const struct flashchip flashchips[] = {
 | 
			
		||||
		.total_size	= 512,
 | 
			
		||||
		.page_size	= 256,
 | 
			
		||||
		.feature_bits	= FEATURE_WRSR_WREN,
 | 
			
		||||
		.tested		= {.probe = NT, .read = NT, .erase = NT, .write = BAD },
 | 
			
		||||
		.tested		= {.probe = NT, .read = NT, .erase = NT, .write = BAD},
 | 
			
		||||
		.probe		= probe_spi_rdid,
 | 
			
		||||
		.probe_timing	= TIMING_ZERO,
 | 
			
		||||
		.block_erasers	=
 | 
			
		||||
@@ -3440,7 +3440,7 @@ const struct flashchip flashchips[] = {
 | 
			
		||||
		.total_size	= 64,
 | 
			
		||||
		.page_size	= 0, /* unused */
 | 
			
		||||
		.feature_bits	= 0,
 | 
			
		||||
		.tested		= {.probe = OK, .read = OK, .erase = BAD, .write = BAD },
 | 
			
		||||
		.tested		= {.probe = OK, .read = OK, .erase = BAD, .write = BAD},
 | 
			
		||||
		.probe		= probe_jedec, /* FIXME! */
 | 
			
		||||
		.probe_timing	= TIMING_ZERO,
 | 
			
		||||
		.block_erasers	=
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user