From: Fabio Estevam Date: Mon, 1 Aug 2016 17:17:28 +0000 (-0300) Subject: configs/freescale: drop unneeded exit statement in post-image scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d43f526a0ef54a3f7ec0d12064959eb89dd6cbc9;p=buildroot.git configs/freescale: drop unneeded exit statement in post-image scripts There is no need for the 'exit' statement in the post-image scripts, so just remove it. Signed-off-by: Fabio Estevam Signed-off-by: Thomas Petazzoni --- diff --git a/board/freescale/imx25pdk/post-image.sh b/board/freescale/imx25pdk/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/freescale/imx25pdk/post-image.sh +++ b/board/freescale/imx25pdk/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $? diff --git a/board/freescale/imx51evk/post-image.sh b/board/freescale/imx51evk/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/freescale/imx51evk/post-image.sh +++ b/board/freescale/imx51evk/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $? diff --git a/board/freescale/imx53loco/post-image.sh b/board/freescale/imx53loco/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/freescale/imx53loco/post-image.sh +++ b/board/freescale/imx53loco/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $? diff --git a/board/freescale/imx6ulevk/post-image.sh b/board/freescale/imx6ulevk/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/freescale/imx6ulevk/post-image.sh +++ b/board/freescale/imx6ulevk/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $? diff --git a/board/freescale/imx7dsdb/post-image.sh b/board/freescale/imx7dsdb/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/freescale/imx7dsdb/post-image.sh +++ b/board/freescale/imx7dsdb/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $? diff --git a/board/technexion/imx6ulpico/post-image.sh b/board/technexion/imx6ulpico/post-image.sh index 87573557ca..b4ac4608ff 100755 --- a/board/technexion/imx6ulpico/post-image.sh +++ b/board/technexion/imx6ulpico/post-image.sh @@ -12,5 +12,3 @@ genimage \ --inputpath "${BINARIES_DIR}" \ --outputpath "${BINARIES_DIR}" \ --config "${GENIMAGE_CFG}" - -exit $?