소스 검색

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 9 년 전
부모
커밋
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}