Changeset 814 for trunk/spi.c
- Timestamp:
- Dec 23, 2009 12:54:10 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/spi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/spi.c
r797 r814 808 808 struct spi_command cmds[] = { 809 809 { 810 /* FIXME: WRSR requires either EWSR or WREN depending on chip type. */ 810 811 .writecnt = JEDEC_EWSR_OUTSIZE, 811 812 .writearr = (const unsigned char[]){ JEDEC_EWSR }, … … 1060 1061 return -1; 1061 1062 } 1063 /* FIXME: This will fail on ICH/VIA SPI. */ 1062 1064 result = spi_write_enable(); 1063 1065 if (result)
Note: See TracChangeset
for help on using the changeset viewer.
