Files
u-boot/drivers
Simon Glass ca2abb75a0 spi: Avoid using malloc() in a critical function
In general we should avoid calling malloc() and free() repeatedly in
U-Boot lest we turn it into tianocore. In SPL this can make SPI flash
unusable since free() is often a nop and allocation space is limited.

In any case, these seems no need for malloc() since the number of bytes
is very small, perhaps less than 8.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: d13f5b254a (spi: Extend the core to ease integration of SPI
	memory controllers)
2019-07-10 16:52:58 -06:00
..
2019-05-21 08:03:38 +02:00
2019-07-05 14:19:41 +02:00
2019-02-27 09:12:33 +08:00
2019-05-18 08:15:35 -04:00
2019-06-11 10:42:48 +02:00
2019-06-23 14:18:48 +08:00
2019-02-20 15:27:08 +08:00
2019-05-10 22:48:11 +02:00
2018-07-19 16:31:38 -04:00
2019-05-24 10:14:10 -07:00
2018-11-29 09:30:06 -07:00
2019-07-06 23:31:52 +02:00
2019-05-05 08:48:50 -04:00