diff options
| -rw-r--r-- | recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index 42e867a9..8fe7c08e 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | |||
| @@ -18,7 +18,7 @@ do_compile:append:am65xx-hs-evm() { | |||
| 18 | 18 | ||
| 19 | do_compile:append:am64xx-hs-evm() { | 19 | do_compile:append:am64xx-hs-evm() { |
| 20 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} | 20 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} |
| 21 | ( cd ${B}/${BUILD_DIR}/release/; \ | 21 | ( cd ${BUILD_DIR}; \ |
| 22 | mv bl31.bin bl31.bin.unsigned; \ | 22 | mv bl31.bin bl31.bin.unsigned; \ |
| 23 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ | 23 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ |
| 24 | ) | 24 | ) |
| @@ -34,7 +34,7 @@ do_compile:append:j7-hs-evm() { | |||
| 34 | 34 | ||
| 35 | do_compile:append:j7200-hs-evm() { | 35 | do_compile:append:j7200-hs-evm() { |
| 36 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} | 36 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} |
| 37 | ( cd ${B}/${BUILD_DIR}/release/; \ | 37 | ( cd ${BUILD_DIR}; \ |
| 38 | mv bl31.bin bl31.bin.unsigned; \ | 38 | mv bl31.bin bl31.bin.unsigned; \ |
| 39 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ | 39 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ |
| 40 | ) | 40 | ) |
