commit | 779a7b69028490f7ccff272cd9e78bd40b6819db | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sat Aug 27 14:48:10 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 31 12:21:47 2022 -0400 |
tree | 15d9b25f24a14f1e4537f162e9426b1cb2f82e62 | |
parent | 2ebfd2212db1737c8e7244a5aee0ea03706a2563 [diff] |
bootm: Fix upper bound of FDT overlap checks FTD blob can be put immediately after the OS image. So use strict inequality for start address check. Fixes: fbde7589ce30 ("common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>