]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Jun 2020 12:41:20 +0000 (15:41 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jul 2020 12:51:01 +0000 (08:51 -0400)
commitfbde7589ce3049318a0e9495db72472af03704af
tree21643da4348e8bc037e1cefe973400d8e3733c63
parent19c6808d87de3a9d8889a5881efc9467d3b50826
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>
cmd/booti.c
cmd/bootz.c
common/bootm.c
common/bootm_os.c
include/bootm.h