Nokia RX-51: Call bootm in test script only when image is valid
authorPali Rohár <pali@kernel.org>
Sun, 4 Sep 2022 01:29:02 +0000 (03:29 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 15 Sep 2022 20:11:25 +0000 (16:11 -0400)
commit7506965885fe5eea4945c9706377a679a2974aa7
tree3df8dd8b894bb5063d2f72a14f162e3dc1589473
parentfd986d6021e3a9f31bd062631132c493bae5cea6
Nokia RX-51: Call bootm in test script only when image is valid

When reading of image fails then do not call bootm. This prevents false
positive test result in case something bootable is present in memory.

Signed-off-by: Pali Rohár <pali@kernel.org>
test/nokia_rx51_test.sh