[uClinux-dev] I'll I have now working NOR flash r/w jffs2 FS (flash SST39VF6401B)

2010-03-22 Thread Fabio Giovagnini
In data lunedì 22 marzo 2010 11:31:30, Fabio Giovagnini ha scritto: : > But for making it owrking I needed to comment > linux-2.6.17-sh7203/drivers/mtd/chips > > static void put_chip(struct map_info *map, struct flchip *chip, unsigned > long adr) > { > struct cfi_private *cfi = map->fldrv_p

[uClinux-dev] I'll I have now working NOR flash r/w jffs2 FS

2010-03-22 Thread Fabio Giovagnini
But for making it owrking I needed to comment linux-2.6.17-sh7203/drivers/mtd/chips static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) { struct cfi_private *cfi = map->fldrv_priv; switch(chip->oldstate) { case FL_ERASING: ch