commit | fbde7589ce3049318a0e9495db72472af03704af | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 12 15:41:20 2020 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 17 08:51:01 2020 -0400 |
tree | 21643da4348e8bc037e1cefe973400d8e3733c63 | |
parent | 19c6808d87de3a9d8889a5881efc9467d3b50826 [diff] |
common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image These cases are typically fatal and are difficult to debug for random users. Add checks for detecting overlapping images and abort if overlap is detected. Signed-off-by: Tero Kristo <t-kristo@ti.com>