commit | 59f1ac383b03844de83ab018d049cb3eacfdf889 | [log] [tgz] |
---|---|---|
author | Niko Mauno <niko.mauno@vaisala.com> | Thu Aug 03 09:53:24 2017 +0300 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Aug 29 00:20:16 2017 +0200 |
tree | 9cd7f46c9216e1b3194a074052217174b7b8a5ba | |
parent | fd0dd1cae8c9516122b7db767a066f8dc9031b52 [diff] |
splash_source: Verify FIT magic Before reading entire FIT image, add sanity check by testing image header against FDT_MAGIC. This should help avoid problems in situations where FIT is not yet available from storage device, for example when performing initial programming of device. Cc: Anatolij Gustschin <agust@denx.de> Acked-by: Tomas Melin <tomas.melin@vaisala.com>