mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
!A || (A && B) is equivalent to !A || B Drop the unused middle expression to simplify the statement. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>