mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-08 06:01:49 +02:00
Because of the brackets the & and && is evaluated before the comparison. This is likely not the intention. Change it to test the first and second condition to both be true. cc: Marek Vasut <marex@denx.de> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>