
19 Mar
2018
19 Mar
'18
11:35 p.m.
On Mon, Mar 12, 2018 at 10:46:09AM +0100, Patrick Delaunay wrote:
Kmalloc is using memalign allocation function. It is not necessary to align this structure so to save bytes, we move to calloc.
And kmalloc function can't be used in SPL early stage (in board_init_f())
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Applied to u-boot/master, thanks!
--
Tom