meta-digi-arm: u-boot: fix syntax error in U-Boot recipe

Signed-off-by: Jose Diaz de Grenu de Pedro <Jose.DiazdeGrenudePedro@digi.com>
This commit is contained in:
Jose Diaz de Grenu de Pedro 2016-06-06 10:06:22 +02:00
parent 5f45a87ebd
commit 64c488a821
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ do_compile () {
cp ${S}/${config}/${UBOOT_BINARY} ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}
# Secure boot artifacts
if [ -n "${TRUSTFENCE_UBOOT_SIGN}" ]; then
if [ -n "${TRUSTFENCE_UBOOT_SIGN}" ]
then
cp ${S}/${config}/u-boot-signed.imx ${S}/${config}/u-boot-signed-${type}.${UBOOT_SUFFIX}
fi