From: Fabio Estevam Date: Wed, 14 Sep 2016 13:00:26 +0000 (-0300) Subject: wandboard: Remove unneeded return code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d26ac1e764921bdd90109381e38e328fa1bfa7e;p=buildroot.git wandboard: Remove unneeded return code There is no need to handle this return code, so just remove it. Signed-off-by: Fabio Estevam Signed-off-by: Peter Korsgaard --- diff --git a/board/wandboard/post-image.sh b/board/wandboard/post-image.sh index 11f58dbd02..18e76aa40d 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}