commit | 777526a73dfe8e3976110b596429feeafc178a35 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Feb 25 14:58:24 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 25 10:21:19 2016 -0500 |
tree | 6c223d2d504894f49a941b5d7c348f4840c0de6d | |
parent | e89a888e6cfabe97f3b4650f536b2c512057503b [diff] |
test/py: Add option to skip SPL signature checking Provide user option to skip SPL signature verification for cases where u-boot is build with SPL support but full U-Boot is also verified without SPL. If you want to support this feature please add env__spl_skipped = True to your boardenv configuration file. For example Xilinx Zynq is using this feature where the same U-Boot binary is checked with SPL and without SPL(with FSBL). Signed-off-by: Michal Simek <michal.simek@xilinx.com>