]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit346139b272a4c11fb376b7cee95fe780617b0989
tree3df8dd8b894bb5063d2f72a14f162e3dc1589473
parent43742a09c2e456ab72443f08d1c12bdc3a291b3e
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