]> git.baikalelectronics.ru Git - arm-tf.git/commit
fiptool: introduce xzalloc() helper function
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 14 Jan 2017 15:50:41 +0000 (00:50 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 14 Jan 2017 16:07:20 +0000 (01:07 +0900)
commit696ccba690dc5a75cd3e9e3664292cfe24d16e5c
tree825e361fe1790ae3c455c6bfabcaf310da1085c0
parent44f1c0bdeda023d853e460d7c949c16647a01273
fiptool: introduce xzalloc() helper function

We often want to zero out allocated memory.

My main motivation for this commit is to set image::next and
image_desc::next to NULL automatically in the next commit.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/fiptool/fiptool.c