projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c0c2e
)
wandboard: Remove unneeded return code
author
Fabio Estevam
<fabio.estevam@nxp.com>
Wed, 14 Sep 2016 13:00:26 +0000
(10:00 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 14 Sep 2016 14:46:06 +0000
(16:46 +0200)
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>
board/wandboard/post-image.sh
patch
|
blob
|
history
diff --git
a/board/wandboard/post-image.sh
b/board/wandboard/post-image.sh
index 11f58dbd02e8eeb6cb910993fcdc3846d96e1cf5..18e76aa40de97b2dcbc521d22080130839ad9854 100755
(executable)
--- 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}