[PATCH] bootm: Fix upper bound of FDT overlap checks

Simon Glass sjg at chromium.org
Tue Aug 30 04:30:00 CEST 2022


On Sat, 27 Aug 2022 at 06:48, Pali Rohár <pali at kernel.org> wrote:
>
> 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 at kernel.org>
> ---
>  boot/bootm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list