summaryrefslogtreecommitdiffstats
path: root/board/pm9263/env/bin/boot
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm9263/env/bin/boot')
-rw-r--r--board/pm9263/env/bin/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm9263/env/bin/boot b/board/pm9263/env/bin/boot
index 05241d93c0..533dea7618 100644
--- a/board/pm9263/env/bin/boot
+++ b/board/pm9263/env/bin/boot
@@ -37,7 +37,7 @@ if [ $kernel = net ]; then
if [ x$ip = xdhcp ]; then
dhcp
fi
- tftp $uimage uImage
+ tftp $uimage uImage || exit 1
bootm uImage
elif [ $kernel = nor ]; then
bootm /dev/nor0.kernel