u-boot-brain/drivers/mtd/spi
Brad Bozarth 68f8718df2 spi flash: fix crash due to spi flash miscommunication
Higher spi flash layers expect to be given back a pointer that was
malloced so that it can free the result, but the lower layers return
a pointer that is in the middle of the malloced memory. Reorder the
members of the lower spi structures so that things work out.

Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2009-01-24 01:57:40 +01:00
..
atmel.c spi flash: fix crash due to spi flash miscommunication 2009-01-24 01:57:40 +01:00
Makefile mtd: SPI Flash: Support the STMicro Flash 2008-09-09 11:57:29 -06:00
spi_flash_internal.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
spi_flash.c mtd: SPI Flash: Support the STMicro Flash 2008-09-09 11:57:29 -06:00
stmicro.c spi flash: fix crash due to spi flash miscommunication 2009-01-24 01:57:40 +01:00