fiptool: simplify assert() for add_image(_desc)
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 03:53:13 +0000 (12:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 06:03:18 +0000 (15:03 +0900)
commite9e0d2877fb27b81c6b55b57fad684e3f15c15bf
tree425b65d648c44d486e07074036991ee82358cff1
parentea39d557aefe6d8bbd9b08901f2b6f2122e417fe
fiptool: simplify assert() for add_image(_desc)

lookup_image(_desc)_from_uuid() traverses the linked list, so it
is not efficient.  We just want to make sure *p points to NULL here.

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