commit | bf541b2da2c1827d9c69812a393c30d09718aeb8 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Apr 29 00:44:55 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 17 17:52:20 2016 +0200 |
tree | bfd2e1ee9bb84f8b774b0d9480b2c72e9857a501 | |
parent | 02266e2c00d0e78c6d920d619a34e995511675b1 [diff] |
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE When defined, SPL will proceed to another boot method if the image it has loaded does not have a signature. This is useful if the subsequent boot methods are much more complex. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Peng Fan <van.freenix@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com>