summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-03-12 10:46:09 +0100
committerTom Rini <trini@konsulko.com>2018-03-19 16:14:21 -0400
commit35746c0138c7a9900fb2678358904c10797a563a (patch)
tree12bead072fe275ace1e824e89f8d244e4fb1bf12 /include
parentf11c308ac20eb14eb7ce0c4a25987cb5462e017c (diff)
stm32mp: stm32f7_i2c: use calloc instead of kmalloc
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions