[Buildroot] [PATCH] wandboard: Remove unneeded return code

Fabio Estevam fabio.estevam at nxp.com
Wed Sep 14 13:00:26 UTC 2016


There is no need to handle this return code, so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
 board/wandboard/post-image.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/board/wandboard/post-image.sh b/board/wandboard/post-image.sh
index 11f58db..18e76aa 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}
-- 
2.7.4



More information about the buildroot mailing list