]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit245e3e56aab9ac887de8462c577e0458f2e8e177
treeae830473a9d35cb89f2496f9350fc1c41c17ff27
parentb7af6bc58f3bc999960b07e0a85e3ae42822dc3d
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