mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
Factor out common code from search_left_edge() and search_right_edge() which checks whether searching for the window edge should stop. The code is almost identical, so pull it into separate function and cater for the minor differences. Signed-off-by: Marek Vasut <marex@denx.de>