commit | 19c6808d87de3a9d8889a5881efc9467d3b50826 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 12 15:41:19 2020 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 17 08:51:01 2020 -0400 |
tree | 067f672a9143f4c5985c0c236b0090980f5c98b8 | |
parent | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 [diff] |
image: fdt: bail out with error if no boot time FDT image found Currently the boot continues if the FDT image is clearly corrupted, which just causes the loaded OS to hang. Abort boot properly if the FDT is corrupted. Signed-off-by: Tero Kristo <t-kristo@ti.com>