diff --git a/board/imx27ads/env/bin/boot b/board/imx27ads/env/bin/boot index 71d4391..3859dc1 100644 --- a/board/imx27ads/env/bin/boot +++ b/board/imx27ads/env/bin/boot @@ -30,7 +30,7 @@ if [ x$ip = xdhcp ]; then dhcp fi - tftp $uimage uImage + tftp $uimage uImage || exit 1 bootm uImage else bootm /dev/nor0.kernel diff --git a/board/ipe337/env/bin/boot b/board/ipe337/env/bin/boot index 9a607f4..62807d2 100644 --- a/board/ipe337/env/bin/boot +++ b/board/ipe337/env/bin/boot @@ -47,7 +47,7 @@ if [ x$ip = xdhcp ]; then dhcp fi - tftp $uimage uImage + tftp $uimage uImage || exit 1 bootm uImage else bootm $act_kernel diff --git a/board/kp_ukd_r1_num/env/bin/boot b/board/kp_ukd_r1_num/env/bin/boot index b8f868f..c9fcbac 100644 --- a/board/kp_ukd_r1_num/env/bin/boot +++ b/board/kp_ukd_r1_num/env/bin/boot @@ -30,7 +30,7 @@ if [ x$ip = xdhcp ]; then dhcp fi - tftp $uimage uImage + tftp $uimage uImage || exit 1 bootm uImage else bootm /dev/nor0.kernel diff --git a/board/pcm037/env/bin/boot b/board/pcm037/env/bin/boot index 2d0f710..dfb59aa 100644 --- a/board/pcm037/env/bin/boot +++ b/board/pcm037/env/bin/boot @@ -37,7 +37,7 @@ 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 diff --git a/board/pcm038/env/bin/boot b/board/pcm038/env/bin/boot index 2d0f710..dfb59aa 100644 --- a/board/pcm038/env/bin/boot +++ b/board/pcm038/env/bin/boot @@ -37,7 +37,7 @@ 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 diff --git a/board/phycore_mcf54xx/env/bin/boot b/board/phycore_mcf54xx/env/bin/boot index b8f868f..c9fcbac 100644 --- a/board/phycore_mcf54xx/env/bin/boot +++ b/board/phycore_mcf54xx/env/bin/boot @@ -30,7 +30,7 @@ if [ x$ip = xdhcp ]; then dhcp fi - tftp $uimage uImage + tftp $uimage uImage || exit 1 bootm uImage else bootm /dev/nor0.kernel diff --git a/board/pm9263/env/bin/boot b/board/pm9263/env/bin/boot index 05241d9..533dea7 100644 --- a/board/pm9263/env/bin/boot +++ b/board/pm9263/env/bin/boot @@ -37,7 +37,7 @@ 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