aboutsummaryrefslogtreecommitdiff
path: root/optee
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-18 07:49:40 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-18 07:49:40 +0300
commit0cebc464d3dad225cc3d6563998eef17f8560ce0 (patch)
tree2f2bb1597adbc87933558b5c8907d66c013ceb09 /optee
parenta0882f97e185b1372a0700403fc494b272394631 (diff)
optee-os: rename filesystem.cpio.gz to rootfs.cpio.gz
It's the filename expected and hardcoded in bios.bin file. Change-Id: I44a7dcdca667b1068c6fe6874f3f4076d67d9405 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee')
-rwxr-xr-xoptee/os/publishers.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/optee/os/publishers.sh b/optee/os/publishers.sh
index 16374d5c..ac8d7f56 100755
--- a/optee/os/publishers.sh
+++ b/optee/os/publishers.sh
@@ -13,6 +13,9 @@ cp -a \
${WORKSPACE}/out/arm/core/tee-pager_v2.bin \
${WORKSPACE}/out-publish/
+mv ${WORKSPACE}/out-publish/filesystem.cpio.gz \
+ ${WORKSPACE}/out-publish/rootfs.cpio.gz
+
# FIXME: tee-pageable_v2.bin file size is 0
# It triggers an error 501 on LLP
rm -f ${WORKSPACE}/out-publish/tee-pageable_v2.bin