]> git.baikalelectronics.ru Git - uboot.git/commit
bootm: Fix upper bound of FDT overlap checks
authorPali Rohár <pali@kernel.org>
Sat, 27 Aug 2022 12:48:10 +0000 (14:48 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 31 Aug 2022 16:21:47 +0000 (12:21 -0400)
commitb62c62051f8a7514d0832b152c64d2f21a5242af
tree15d9b25f24a14f1e4537f162e9426b1cb2f82e62
parent8f71debb04cd88bcfb52bd395aace117a619c63f
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: ce142f79e9e2 ("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>
boot/bootm.c