Browse Source

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>
Fabio Estevam 7 years ago
parent
commit
9d26ac1e76
1 changed files with 0 additions and 2 deletions
  1. 0 2
      board/wandboard/post-image.sh

+ 0 - 2
board/wandboard/post-image.sh

@@ -13,5 +13,3 @@ genimage \
   --outputpath "${BINARIES_DIR}" \
   --config "${GENIMAGE_CFG}"
 
-RET=${?}
-exit ${RET}