[coreboot] [PATCH] flashrom: flashchips.c cosmetic change

Stefan Reinauer stepan at coresystems.de
Mon Dec 8 19:00:17 CET 2008


FENG Yu Ning wrote:
> Breaks chip info into multiple lines.
>
> Patch excerpt:
>
>  struct flashchip flashchips[] = {
> -	/**********************************************************************************************************************************************************************************************************************/
> -	/* Vendor	Chip			Vendor ID	Chip ID		Total size (kB)	Page size
> (B)	Test status	Probe function		Erase function			Write function		Read
> function */
> -	/**********************************************************************************************************************************************************************************************************************/
> -	{"AMD",		"Am29F002(N)BB",	AMD_ID,		AM_29F002BB,		256,	256,		TEST_UNTESTED,	probe_jedec,		erase_chip_jedec,		write_en29f002a},
> +
> +	/* Vendor, Chip, Vendor ID, Chip ID,
> +	 * Total size (kB), Page size (B),
> +	 * Test status,
> +	 * Probe function, Erase function, Write function, Read function
> +	 */
> +
> +	{"AMD", "Am29F002(N)BB", AMD_ID, AM_29F002BB,
> +	 256, 256,
> +	 TEST_UNTESTED,
> +	 probe_jedec, erase_chip_jedec, write_en29f002a
> +	},
> +
>
> Signed-off-by: FENG yu ning <fengyuning1984 at gmail.com>
>   

Wonderful!

Acked-by: Stefan Reinauer <stepan at coresystems.de>

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081208/75b384f7/attachment.sig>


More information about the coreboot mailing list