Author: stuge Date: 2009-01-26 05:48:01 +0100 (Mon, 26 Jan 2009) New Revision: 3916
Modified: trunk/util/flashrom/flashchips.c Log: flashrom: Fix copypaste error in r3913. Signed-off-by: Peter Stuge <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/util/flashrom/flashchips.c =================================================================== --- trunk/util/flashrom/flashchips.c 2009-01-26 04:12:58 UTC (rev 3915) +++ trunk/util/flashrom/flashchips.c 2009-01-26 04:48:01 UTC (rev 3916) @@ -1136,7 +1136,7 @@ .tested = TEST_OK_PR, .probe = probe_spi_rems, .erase = spi_chip_erase_c7, - .write = spi_chip_aai_write, + .write = spi_aai_write, .read = spi_chip_read, }, -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

