summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-09-14 10:00:26 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-09-14 16:46:06 +0200
commit9d26ac1e764921bdd90109381e38e328fa1bfa7e (patch)
tree06a78578fe5441b47d5ea142ac6003fd970d2d4d /board
parentb8c0c2ef3dea429f6b2c7d728f7c858312f171d5 (diff)
wandboard: Remove unneeded return code
There is no need to handle this return code, so just remove it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-rwxr-xr-xboard/wandboard/post-image.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/wandboard/post-image.sh b/board/wandboard/post-image.sh
index 11f58dbd0..18e76aa40 100755
--- a/board/wandboard/post-image.sh
+++ b/board/wandboard/post-image.sh
@@ -13,5 +13,3 @@ genimage \
--outputpath "${BINARIES_DIR}" \
--config "${GENIMAGE_CFG}"
-RET=${?}
-exit ${RET}