[U-Boot] spansion spi flash driver ?

in your original drivers/mtd/spi/spi_flash.c commit, you had this: #ifdef CONFIG_SPI_FLASH_SPANSION case 0x01: flash = spi_flash_probe_spansion(spi, idcode); break; #endif
does that mean you have a spansion driver sitting around but it just wasnt merged ? if i dont have to write it from scratch, that'd be great :). -mike

Mike Frysinger wrote:
in your original drivers/mtd/spi/spi_flash.c commit, you had this: #ifdef CONFIG_SPI_FLASH_SPANSION case 0x01: flash = spi_flash_probe_spansion(spi, idcode); break; #endif
does that mean you have a spansion driver sitting around but it just wasnt merged ? if i dont have to write it from scratch, that'd be great :).
No, I'm afraid I don't have a spansion driver. I don't know why I put it there...probably just to see what it would look like with more supported flash types, and then I forgot to remove it before submitting.
Haavard
participants (2)
-
Haavard Skinnemoen
-
Mike Frysinger