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>
This commit is contained in:
parent
b8c0c2ef3d
commit
9d26ac1e76
@ -13,5 +13,3 @@ genimage \
|
||||
--outputpath "${BINARIES_DIR}" \
|
||||
--config "${GENIMAGE_CFG}"
|
||||
|
||||
RET=${?}
|
||||
exit ${RET}
|
||||
|
Loading…
Reference in New Issue
Block a user