mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
At present it is difficult to extend the SPI flash structure since all devices allocate it themselves, and few of them zero all fields. Add a new function spi_flash_alloc() which can be used by SPI devices to perform this allocation, and thus ensure that all devices can better cope with SPI structure changes. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
atmel.c | ||
eeprom_m95xxx.c | ||
eon.c | ||
macronix.c | ||
Makefile | ||
ramtron.c | ||
spansion.c | ||
spi_flash.c | ||
spi_flash_internal.h | ||
spi_spl_load.c | ||
sst.c | ||
stmicro.c | ||
winbond.c |