binman: Generate an error when text is not provided
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:09 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit0b489364f90d5cd70b594268442b14e0143c89b5
treeae830473a9d35cb89f2496f9350fc1c41c17ff27
parentd178eab8f92cb2d67288e01d1ae5b0eb8d0f8db1
binman: Generate an error when text is not provided

When the value of a text entry is not provided an execption is generated
talking about a None type. This is confusing. Add a more explanatory error
and a test for this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/text.py
tools/binman/ftest.py