commit | 06086940098cb2626bdc6bd4076af328b49bc28f | [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 | bb125c4b8a0083d6ac1d773e75db4fa3307350f5 [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>