浏览代码

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 年之前
父节点
当前提交
9d26ac1e76
共有 1 个文件被更改,包括 0 次插入2 次删除
  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}