diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-09-14 10:00:26 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-14 16:46:06 +0200 |
commit | 9d26ac1e764921bdd90109381e38e328fa1bfa7e (patch) | |
tree | 06a78578fe5441b47d5ea142ac6003fd970d2d4d /board | |
parent | b8c0c2ef3dea429f6b2c7d728f7c858312f171d5 (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-x | board/wandboard/post-image.sh | 2 |
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} |