]> git.baikalelectronics.ru Git - uboot.git/commit
image: fdt: bail out with error if no boot time FDT image found
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Jun 2020 12:41:19 +0000 (15:41 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jul 2020 12:51:01 +0000 (08:51 -0400)
commitd26150b89d4d6dc263970e8997d33d48d3faf9f0
tree067f672a9143f4c5985c0c236b0090980f5c98b8
parent5e34859ed3b598325e814ba21e165ee9f2382b95
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>
common/image-fdt.c