commit | 4bd5460b2c0941c42c52232b9359b14e5e067dec | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Sep 04 03:29:02 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 15 16:11:25 2022 -0400 |
tree | 3df8dd8b894bb5063d2f72a14f162e3dc1589473 | |
parent | acf6ba8fe90439f04909d57e8e9ce208de9f96c9 [diff] |
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>