Home
last modified time | relevance | path

Searched hist:f7d5dffc (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.cf7d5dffc Thu Nov 30 10:43:59 CST 2017 Jean-Jacques Hiblot <jjhiblot@ti.com> mmc: don't use malloc_cache_aligned()

Not using this function reduces the size of the binary. It's replaces by
a standard malloc() and the alignment requirement is handled by an
intermediate buffer on the stack.

Also make sure that the allocated buffer is freed in case of error.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>